Skip to content
/ pacman Public

single-level tui pacman game made with bubbletea

License

Notifications You must be signed in to change notification settings

ary82/pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pacman

pacman tui app made with bubbletea and other charm.sh libraries

made for trying out charm.sh libraries and elm-like architectures

Run

You can either build and run the binary for the game:

make run-tui

Or, build and run the ssh server for the game and ssh into it:

# Using the script
PORT=8080 make run-ssh

# Or with docker
docker run --rm -it -p 8080:8080 -e PORT=8080 ghcr.io/ary82/pacman:main

# ssh into the game
ssh ssh://0.0.0.0:8080

screenshot of the game

About

single-level tui pacman game made with bubbletea

Topics

Resources

License

Stars

Watchers

Forks

Packages