top of page
Screenshot 2022-11-17 at 13.47.44.png

ASKII roguelike game

In this project I had 3 weeks create a simple ASCII game using Python. I got inspired by games such as NetHack and was determined to make one of my own. I learned a lot about scripting and OOP throughout this process as well as the  general logic that goes behind a game like this. This project was adapted from the tutorial by TStand90. You can download the files from the game on this website - you would only need to additionally pip install pyqt5 and tcod libraries. It is available on my GitHub. My process is also documented here.
bottom of page