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 7fa0403a28 Pulling the pathing code out into a separate module is better. 3 days ago
..
ecs.py Pulling the pathing code out into a separate module is better. 3 days ago
game.py Phase 13: Inching into an ECSversion of the game by refactoring everything relevant to GameEngine into System. 3 days ago
pathing.py Pulling the pathing code out into a separate module is better. 3 days ago
utils.py Phase 13: Inching into an ECSversion of the game by refactoring everything relevant to GameEngine into System. 3 days ago