Difference between revisions of "Complete Roguelike Tutorial, using python3+libtcod, part 0"

From RogueBasin
Jump to navigation Jump to search
(first edit)
 
m
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
first edit
<center><table border="0" cellpadding="10" cellspacing="0" style="background:#F0E68C"><tr><td><center>
This is part of a series of tutorials; the main page can be found [[Complete Roguelike Tutorial, using python3+libtcod|here]].
</center></td></tr></table></center>
 
__TOC__
 
== Setting up your System ==
 
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]].
 
[[Category:Developing]]

Latest revision as of 07:35, 4 December 2018

This is part of a series of tutorials; the main page can be found here.

Setting up your System

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.