Releases: nuzcraft/RLTut_Python3
v1.0
Official Release!
This contains the full tutorial code from https://rogueliketutorials.com/tutorials/tcod/v2/!
Unzip the main.zip folder and run main.exe.
What's Changed
Full Changelog: v0.12-alpha...v1.0
v0.12-alpha
This release includes the full code up through part 12 of the tcod python 3 tutorial.
https://rogueliketutorials.com/tutorials/tcod/v2/part-12/
What's Changed
Full Changelog: v0.11-alpha...v0.12-alpha
v0.11-alpha
This release includes the entire codebase through part 11 of the tcod python3 tutorial. https://rogueliketutorials.com/tutorials/tcod/v2/part-11/
What's Changed
Full Changelog: v0.10-alpha...v0.11-alpha
v0.10-alpha
This is the full tutorial code up through part 10 of the python 3 tcod tutorial. In this part we added a main menu as well as some simple saving and loading.
What's Changed
Full Changelog: v0.09-alpha...v0.10-alpha
v0.09-alpha
This release represents the full code up through part 9 of the tcod python 3 tutorial. This release specifically adds 3 magic scrolls - lightning, confusion, and fireball. More importantly, however, is it allowed us to define 3 new methods of affecting the dungeon with these items, 2 of which request additional user input mid-cast.
What's Changed
Full Changelog: v0.08-alpha...v0.09-alpha
v0.08-alpha
This represents the full code through part 8 of the tcod tutorial.
v0.07-alpha
This is the completed code for part 7 of the Python 3 tcod tutorial culminating here: https://rogueliketutorials.com/tutorials/tcod/v2/part-7/
v0.06-alpha
This is a working release of the game up through part 6 of the tutorial. Run the game by unzipping the folder and running main.exe.
What's Changed
- updated readme with python version that's being developed with by @nuzcraft in #1
- Part 0 by @nuzcraft in #2
- Part 1 by @nuzcraft in #3
- Part 2 by @nuzcraft in #4
- Part 2 unittests by @nuzcraft in #5
- Part 3 by @nuzcraft in #6
- Part 4 by @nuzcraft in #7
- Part 5 by @nuzcraft in #8
- Part 6 by @nuzcraft in #9
New Contributors
Full Changelog: https://github.com/nuzcraft/RLTut_Python3/commits/v0.06-alpha