Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(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.