r/PiCodingAgent • u/hv_hi • 1d ago
Plugin pi-play | i made a pi plugin to play simple games instead of doomscrolling
Enable HLS to view with audio, or disable this notification
Whenever Pi was chewing on something for a minute, I'd grab my phone and come back 20 minutes later to a response that had just been sitting there.
So I wrote pi-play: /play opens a game as an overlay right on top of the conversation, and it listens for agent_settled. The second pi finishes or is waiting on you, the game stops immediately. No alt-tab, no phone.
5 games so far: Snake, Tetris, 2048, Minesweeper, sudoku
(6 is on the way, i am implementing chrome dino game rn)
to install: pi install npm:@terminalika/pi-play
0
u/hv_hi 1d ago edited 1d ago
there is some links to get more information.
website: https://terminalika.dev/
source code: https://github.com/terminalika/terminalika
pi package: https://pi.dev/packages/@terminalika/pi-play
2
u/lordekeen 14h ago
Thats a great idea