2023 7DRL - Starting Point


This is just to announce my starting point for the 2023 7DRL competition.

  • I will be using libtcod v1.23.1 developing in C++
  • I am starting with code from part 11 of the C++ and libtcod tutorial by Jice
    • Modified to work with libtcod v1.23.1
  • The game will consist of a dungeon with eight levels, plus a final boss level
    • Rooms will be a mixture of mazes and open space
  • I plan on using a scent tracking system for the creature AI
  • I will be using sprites from Oryx Labs
  • Prior to the competition, I settled on map and maze generation
    • The map generation uses BorisTheBrave's recreation of the algorithm for the Binding of Issac
    • I also created tools to help me tweak/balance the game play

Files

amazing-rogue-7drl
External
Mar 04, 2023

Get Amazing Rogue