Terminal games for Docker

One-line commands for automatically compiling and containerizing terminal games.


npush

Sokoban-like game with additional features like dynamite.

Build:

docker build https://raw.githubusercontent.com/schnitz81/dockerfiles/master/npush/Dockerfile -t npush

Run:

docker run --rm -it npush


myman

Very playable version of Pacman in textmode.

Build:

docker build https://raw.githubusercontent.com/schnitz81/dockerfiles/master/myman/Dockerfile -t myman

Run:

docker run --rm -it myman




<< BACK