1
Programming / Beginner's Guide to Roguelike Development Updated!
« on: January 14, 2013, 08:11:07 AM »
Hi all,
An ongoing project of mine is the "Beginner's Guide to Roguelike Development in C/C++". It's been approximately 8 months and four rewrites in the making, but a new wave of articles has been posted for the guide, located at:
http://www.kathekonta.com/rlguide/index.html
Feel free to check it out if you're so inclined.
New Additions:
- Two (2) entirely articles covering the creation and storage of NPCs
- An article introducing projects with multiple source files
- Console library expanded to include keyboard input
- All examples rewritten to support arrow keys and cleaner code
An ongoing project of mine is the "Beginner's Guide to Roguelike Development in C/C++". It's been approximately 8 months and four rewrites in the making, but a new wave of articles has been posted for the guide, located at:
http://www.kathekonta.com/rlguide/index.html
Feel free to check it out if you're so inclined.
New Additions:
- Two (2) entirely articles covering the creation and storage of NPCs
- An article introducing projects with multiple source files
- Console library expanded to include keyboard input
- All examples rewritten to support arrow keys and cleaner code