Curseyou is a Python Rogue style game that's intended to be small and simple. You can take this and turn it into your own game, but keep in mind it's built in stages based on the content of Learn Python the Hard Way 6th Edition.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Zed A. Shaw 04ed77494e Sixth version now makes a maze, but no rooms. 1 week ago
.gitignore Git can die in a hot blazing fire. 1 week ago
.python-version Git can die in a hot blazing fire. 1 week ago
LICENSE Initial commit 1 week ago
README.md Initial commit 1 week ago
first_hack.py Git can die in a hot blazing fire. 1 week ago
main.py Git can die in a hot blazing fire. 1 week ago
phase_five.py Last refactor to OOP style. 1 week ago
phase_four.py Had to fix how the subwindow was made and now player is refactored into a class. 1 week ago
phase_one.py Had to fix how the subwindow was made and now player is refactored into a class. 1 week ago
phase_six.py Sixth version now makes a maze, but no rooms. 1 week ago
phase_three.py Had to fix how the subwindow was made and now player is refactored into a class. 1 week ago
phase_two.py Had to fix how the subwindow was made and now player is refactored into a class. 1 week ago
pyproject.toml Git can die in a hot blazing fire. 1 week ago
uv.lock Git can die in a hot blazing fire. 1 week ago

README.md

curseyou-python-rogue

Curseyou is a Python Rogue style game that's intended to be small and simple. You can take this and turn it into your own game, but keep in mind it's built in stages based on the content of Learn Python the Hard Way 6th Edition.