A maze to solve when you’re bored

I was bored so I decided to make this little game for other programmers who might be in the same predicament. Ever had those moments when you’re just tired of reading logs on your black screen full of text, addresses and directories? Need a break? Well here’s a simple and humble game that you can run RIGHT HERE. Yes! Without even leaving the terminal. This program is also easily customizable for anyone who wants to change this maze of make a maze of their own (more details below).
In the program found in my repository (link below) I have made a python program that constructs a maze in the terminal screen out of spaces, underscores and pipes. The player’s current position is represented by ‘X’ and can be moved using the ‘w’, ‘a’, ‘s’ and ‘d’ keys. To play the game just make sure you have python installed and run the file “main.py”.

github repo

Leave a Reply