The Complete Roguelike Tutorial - Week 2

by Enc
macOS ◆ xterm-256color ◆ zsh 707 views

Rogue in the Dungeon is a simple roguelike game, written for the Complete Roguelike Tutorial 2020.

These videos are tracking the progress of the game towards the completion of the Tutorial.

Week 2 goals:

  • Randomly generate a dungeon

Extra features:

  • Doors which can be opened
  • Vegetation which can be trampled (generated by cellular automata)
  • Water and mold (generated by Perlin noise)
  • Stairs to descend further into the dungeon

Repo: https://gitlab.com/Enc/rogue-in-the-dungeon