User contributions
Jump to navigation
Jump to search
- 22:38, 16 April 2016 diff hist +52 m Complete Roguelike Tutorial, using Python+libtcod, extras Fixed broken link to libtcod documentation
- 21:48, 16 April 2016 diff hist +150 m Complete Roguelike Tutorial, using python+libtcod Added link to new Extra, mouse-driven menus
- 21:44, 16 April 2016 diff hist 0 m Complete Roguelike Tutorial, using python+libtcod, part 10
- 21:43, 16 April 2016 diff hist +262 m Complete Roguelike Tutorial, using python+libtcod, part 10 Added reference to optional mouse-driven menus in Extras
- 21:29, 16 April 2016 diff hist +6,681 Complete Roguelike Tutorial, using Python+libtcod, extras Mouse-driven menus
- 15:51, 11 April 2016 diff hist 0 Complete Roguelike Tutorial, using python+libtcod, part 13 code Moved the place_objects call to near the end of make_map so that the player won't be created on top of a monster, since there is no blocked check on player creation.
- 15:50, 11 April 2016 diff hist 0 Complete Roguelike Tutorial, using python+libtcod, part 12 code Moved the place_objects call to near the end of make_map so that the player won't be created on top of a monster, since there is no blocked check on player creation.
- 22:23, 10 April 2016 diff hist +22 Complete Roguelike Tutorial, using python+libtcod, part 11 code Moved the place_objects call to near the end of make_map so that the player won't be created on top of a monster, since there is no blocked check on player creation.
- 22:22, 10 April 2016 diff hist +22 Complete Roguelike Tutorial, using python+libtcod, part 10 code Moved the place_objects call to near the end of make_map so that the player won't be created on top of a monster, since there is no blocked check on player creation.
- 22:21, 10 April 2016 diff hist +22 Complete Roguelike Tutorial, using python+libtcod, part 9 code Moved the place_objects call to near the end of make_map so that the player won't be created on top of a monster, since there is no blocked check on player creation.
- 22:20, 10 April 2016 diff hist +22 Complete Roguelike Tutorial, using python+libtcod, part 8 code Moved the place_objects call to near the end of make_map so that the player won't be created on top of a monster, since there is no blocked check on player creation.
- 22:18, 10 April 2016 diff hist −12 Complete Roguelike Tutorial, using python+libtcod, part 7 code Moved the place_objects call to near the end of make_map so that the player won't be created on top of a monster, since there is no blocked check on player creation.
- 22:17, 10 April 2016 diff hist −24 Complete Roguelike Tutorial, using python+libtcod, part 6 code Moved the place_objects call to near the end of make_map so that the player won't be created on top of a monster, since there is no blocked check on player creation.
- 22:13, 10 April 2016 diff hist +17 Complete Roguelike Tutorial, using python+libtcod, part 5 →Populating the dungeon
- 22:08, 10 April 2016 diff hist −12 Complete Roguelike Tutorial, using python+libtcod, part 5 code Moved the place_objects call to near the end of make_map so that the player won't be created on top of a monster, since there is no blocked check on player creation.
- 19:42, 10 April 2016 diff hist −1 m Complete Roguelike Tutorial, using python+libtcod, part 7 code →GUI
- 19:40, 10 April 2016 diff hist −1 m Complete Roguelike Tutorial, using python+libtcod, part 7 →Mouse-look
- 14:46, 10 April 2016 diff hist −88 m Complete Roguelike Tutorial, using python+libtcod, part 13 →Bonus round
- 14:44, 10 April 2016 diff hist +56 m Complete Roguelike Tutorial, using python+libtcod, part 11
- 14:41, 10 April 2016 diff hist +15 m Complete Roguelike Tutorial, using python+libtcod, part 10
- 14:33, 10 April 2016 diff hist +10 m Complete Roguelike Tutorial, using python+libtcod, part 7 →Mouse-look
- 14:19, 10 April 2016 diff hist +4 m Complete Roguelike Tutorial, using python+libtcod, part 7 →The message log
- 14:16, 10 April 2016 diff hist −28 m Complete Roguelike Tutorial, using python+libtcod, part 4 →Field of View (FOV)
- 14:09, 10 April 2016 diff hist +4 m Complete Roguelike Tutorial, using python+libtcod, part 2 →Off-screen consoles
- 14:04, 10 April 2016 diff hist +42 m Complete Roguelike Tutorial, using python+libtcod, part 1 →Moving around
- 14:03, 10 April 2016 diff hist +83 m Complete Roguelike Tutorial, using python+libtcod, part 1 →Showing the @ on screen
- 13:58, 10 April 2016 diff hist +2 m Complete Roguelike Tutorial, using python+libtcod →Why libtcod?