cew028 / gold_RL

This is a repository containing the files for a WIP roguelike game. It began by following the Python roguelike tutorial at https://rogueliketutorials.com/tutorials/tcod/v2/. Mechanics will be based off of my homebrew OSR TTRPG system which can be found at https://locallyringed.space/ttrpg.html
0 stars 0 forks source link

In general, change the mechanics to match that of the TTRPG #2

Open cew028 opened 2 years ago

cew028 commented 2 years ago

The code's current game mechanics follow the decisions made in the tutorial. Eventually all game mechanical systems need to come from my TTRPG at https://locallyringed.space/ttrpg.html.

This encompasses many different mechanics, like combat, items, leveling up, etc. Each should get their own issue but this issue exists to supersede all of them until every mechanic has been upgraded.

This is an overarching issue; do not close this issue until it has been confirmed all mechanics have been converted.