How to start building a Roguelike Dungeon Crawler Game

Hi,

I need some help and advice. I don’t understand how to begin coding the game and generate dungeons.

1 Like

I’m a huge fan of roguelikes and have even written a few in C++ and Java. I haven’t done fCCs challenge yet but I’ve looking forward to it. Here’s an article I bookmarked about building a very simple one in JavaScript. (The author uses the phaser.js library) For more advanced stuff RogueBasin is the top site on the net for roguelike developers.

3 Likes

Thanks for your help!