roguelike-tutorial icon indicating copy to clipboard operation
roguelike-tutorial copied to clipboard

Tutorial progress.

Open HexDecimal opened this issue 4 years ago • 0 comments

Putting up this issue to keep track of my own progress on the tutorial. I'd rather use GitHub issues than keep a todo.txt file.

http://rogueliketutorials.com/tutorials/tcod/

  • [x] Part 0 - Setting Up
  • [x] Part 1 - Drawing the ‘@’ symbol and moving it around
  • [x] Part 2 - The generic Entity, the render functions, and the map
  • [x] Part 3 - Generating a dungeon
  • [x] Part 4 - Field of view
  • [x] Part 5 - Placing enemies and kicking them (harmlessly)
  • [x] Part 6 - Doing (and taking) some damage
  • [x] Part 8 - Items and Inventory
  • [x] Part 9 - Ranged Scrolls and Targeting
  • [x] Part 10 - Saving and loading
  • [ ] Part 11 - Delving into the Dungeon
  • [ ] Part 12 - Increasing Difficulty
  • [ ] Part 13 - Gearing up

HexDecimal avatar Feb 24 '20 22:02 HexDecimal