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 c96265959f Phase 13 is done and lets the player die. 3 days 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_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. 3 days ago
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. 3 days ago
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. 3 days ago
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. 3 days ago
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. 3 days ago
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. 3 days ago
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. 3 days ago
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. 3 days ago
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. 3 days ago
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. 3 days ago
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. 3 days ago
phase_12.py Still a few spots in the pathing code that didn't use numpyt. 3 days ago
phase_13.py Phase 13 is done and lets the player die. 3 days ago
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. 6 days ago
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. 6 days 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.