pacman tui app made with bubbletea and other charm.sh libraries
made for trying out charm.sh libraries and elm-like architectures
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