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.
Find a file
2025-07-24 02:34:26 -04:00
.gitignore Git can die in a hot blazing fire. 2025-07-19 11:33:32 -04:00
.python-version Git can die in a hot blazing fire. 2025-07-19 11:33:32 -04:00
first_hack.py Git can die in a hot blazing fire. 2025-07-19 11:33:32 -04:00
LICENSE Initial commit 2025-07-19 17:28:32 +02:00
main.py Git can die in a hot blazing fire. 2025-07-19 11:33:32 -04:00
phase_01.py Fixed up everything to use numpy arrays only. Could still do some more refinement but I'll stop there and make the phase 13 part with ECS. 2025-07-23 23:41:43 -04:00
phase_02.py Fixed up everything to use numpy arrays only. Could still do some more refinement but I'll stop there and make the phase 13 part with ECS. 2025-07-23 23:41:43 -04:00
phase_03.py Fixed up everything to use numpy arrays only. Could still do some more refinement but I'll stop there and make the phase 13 part with ECS. 2025-07-23 23:41:43 -04:00
phase_04.py Fixed up everything to use numpy arrays only. Could still do some more refinement but I'll stop there and make the phase 13 part with ECS. 2025-07-23 23:41:43 -04:00
phase_05.py Fixed up everything to use numpy arrays only. Could still do some more refinement but I'll stop there and make the phase 13 part with ECS. 2025-07-23 23:41:43 -04:00
phase_06.py Fixed up everything to use numpy arrays only. Could still do some more refinement but I'll stop there and make the phase 13 part with ECS. 2025-07-23 23:41:43 -04:00
phase_07.py Fixed up everything to use numpy arrays only. Could still do some more refinement but I'll stop there and make the phase 13 part with ECS. 2025-07-23 23:41:43 -04:00
phase_08.py Fixed up everything to use numpy arrays only. Could still do some more refinement but I'll stop there and make the phase 13 part with ECS. 2025-07-23 23:41:43 -04:00
phase_09.py Fixed up everything to use numpy arrays only. Could still do some more refinement but I'll stop there and make the phase 13 part with ECS. 2025-07-23 23:41:43 -04:00
phase_10.py Fixed up everything to use numpy arrays only. Could still do some more refinement but I'll stop there and make the phase 13 part with ECS. 2025-07-23 23:41:43 -04:00
phase_11.py Fixed up everything to use numpy arrays only. Could still do some more refinement but I'll stop there and make the phase 13 part with ECS. 2025-07-23 23:41:43 -04:00
phase_12.py Still a few spots in the pathing code that didn't use numpyt. 2025-07-24 00:33:09 -04:00
phase_13.py Phase 13 is done and lets the player die. 2025-07-24 02:34:26 -04:00
pyproject.toml We're killing Pythons here, and then we want to change all of these to use numpy as a way to learn numpy too. 2025-07-21 01:12:50 -04:00
README.md Initial commit 2025-07-19 17:28:32 +02:00
uv.lock We're killing Pythons here, and then we want to change all of these to use numpy as a way to learn numpy too. 2025-07-21 01:12:50 -04:00

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.