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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
Zed A. Shaw 97e54300a4 Git can die in a hot blazing fire. 2 months ago
.gitignore Git can die in a hot blazing fire. 2 months ago
.python-version Git can die in a hot blazing fire. 2 months ago
LICENSE Initial commit 2 months ago
README.md Initial commit 2 months ago
first_hack.py Git can die in a hot blazing fire. 2 months ago
main.py Git can die in a hot blazing fire. 2 months ago
phase_one.py Git can die in a hot blazing fire. 2 months ago
phase_two.py Git can die in a hot blazing fire. 2 months ago
pyproject.toml Git can die in a hot blazing fire. 2 months ago
uv.lock Git can die in a hot blazing fire. 2 months 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.