Rogue C# – Taking Inventory
It’s time to add more inventory items but first we need a way to define their abilities without getting lost in the code.
Technology should be the means, not the end.
Mindfulness is remembering to come back to the present moment.
Thich Nhat Hanh, The Heart of the Buddha’s Teaching
It’s time to add more inventory items but first we need a way to define their abilities without getting lost in the code.
The method for processing user commands was getting out of control so I decided on some creative use of the Dictionary class to automate things.
In this update, I’m ditching the monochrome map and adding some color graphics on the map with text drawing via the TextRenderer class.