Complete Roguelike Tutorial, using python3+libtcod, part 0

From RogueBasin
Revision as of 17:21, 14 September 2017 by Bix (talk | contribs) (→‎Setting it up)
Jump to navigation Jump to search

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 [[Complete Roguelike Tutorial, using python3+libtcod, setup Windows| Windows setup].

Mac

See [[Complete Roguelike Tutorial, using python3+libtcod, setup Mac| Mac setup].


Linux

See [[Complete Roguelike Tutorial, using python3+libtcod, setup Linux| Linux setup].