Complete Roguelike Tutorial, using python3+libtcod, part 0
Setting it up
The basic ingredients for a good setup include:
- Installing a code editor
- Installing libtcod dependencies
- Installing libtcod
- Installing Python
- Installing roguelike project dependencies
- Validating that everything is setup
Since each of the platforms are different, we've split those up into their own pages:
Windows
See Windows setup.
Mac
See Mac setup.
Linux
See Linux setup.