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

Move all hard-coded settings to a distinct .py file #21

Open cew028 opened 2 years ago

cew028 commented 2 years ago

Constants, like screen dimensions and other UI variables, RNG weights, etc, should all go in a single file

cew028 commented 2 years ago

Inventory too (also useful for testing in order to give a newly generated character a new item)