MazinGame v1.5 and Docker
MazinGame is a game of maze in the command line. I was inspired by Mazes for Programmers by Jamis Buck and it made me develop this game using Python.
Version 1.5 introduces Docker distribution. If only you have Docker runtime and then you are good to go.
Open your command prompt or shell and download and run the latest version:
docker run -it --rm kazhar/mazingame
Source code is here and new Docker image is built whenever I push to GitHub develop/master branch.