Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Nice puzzles! it reminds me of games that run on command prompt
I ran it with the game py file and display_grid zip file, took me a while to set it up and had to download the unscii-16-full.rtf myself

(1 edit) (+1)

It actually can run in the command prompt! Figure out how to set your terminal window use that font, then go to game.py and find near the bottom where it says mode="pygame" and change it to say mode="terminal". 

The entire game is in game.py, what the display_grid folder contains is a custom library for making command prompt UIs that I've been working on for years.