Skip to content

Releases: nuzcraft/RLTut_Python3

v1.0

11 Apr 02:13
4e824fe
Compare
Choose a tag to compare

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

08 Apr 01:57
4710610
Compare
Choose a tag to compare
v0.12-alpha Pre-release
Pre-release

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

06 Apr 18:25
8e5e891
Compare
Choose a tag to compare
v0.11-alpha Pre-release
Pre-release

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

03 Apr 01:44
6fa7fb3
Compare
Choose a tag to compare
v0.10-alpha Pre-release
Pre-release

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

31 Mar 22:02
6dfd91f
Compare
Choose a tag to compare
v0.09-alpha Pre-release
Pre-release

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

29 Mar 04:03
222f7d4
Compare
Choose a tag to compare
v0.08-alpha Pre-release
Pre-release

This represents the full code through part 8 of the tcod tutorial.

v0.07-alpha

23 Mar 03:08
7eed6d2
Compare
Choose a tag to compare
v0.07-alpha Pre-release
Pre-release

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

19 Mar 02:28
Compare
Choose a tag to compare
v0.06-alpha Pre-release
Pre-release

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

New Contributors

Full Changelog: https://github.com/nuzcraft/RLTut_Python3/commits/v0.06-alpha