Roguelikes

Roguelike is a subgenre of role-playing video game characterized by a dungeon crawl through procedurally generated levels, turn-based gameplay, tile-based graphics, and permanent death of the player character.

How To Make a Roguelike: #20 Wrapping Up

Our roguelike game is now complete. Let's take a look at what we can do next!

How To Make a Roguelike: #19 Win and Lose Conditions

Our game is almost complete now, and the only thing which is missing is a Victory and a Lose screen. Let's add them now!

How To Make a Roguelike: #18 Help and Examine Dialogs

Now we have almost everything in our game, but a new player might be puzzled how to play. Let's add help and examine dialogs!

How To Make a Roguelike: #17 Experience and Leveling Up

We can kill a lot of monsters now but we don't gain anything else apart from the loot. Let's add leveling to our game!

How To Make a Roguelike: #16 Aggressive Monsters

We have loot lying around in the dungeon, but it is kinda lame. Let's create a new type of monster which will carry these!

How To Make a Roguelike: #15 Weapons and Armor

Our character can loot food, but there are no weapons nor armor in our game yet. Let's create them.

How To Make a Roguelike: #14 Displaying Stats

We have a lot of information about our character, but we can't see them. Let's add some visualization for them!

How To Make a Roguelike: #13 Food and Hunger

Having items is nice, but let's improve on that by adding a new game mechanic: hunger!

How To Make a Roguelike: #12 Items and Inventory

Since we have combat, monsters, and fog of war, now is the time to add items to our game!

How To Make a Roguelike: #11 Wandering Monsters

Now that we have Fog of War, let's hide something beneath it: a wondering monster!

How To Make a Roguelike: #10 Vision and Fog of War

Having stairs to lower levels is nice but it is no fun if everything is visible at once. Let's add a vision system!

How To Make a Roguelike: #9 A Multi-level Dungeon

Now that we have real combat let's expand the explorable dungeon to all the levels we have generated!

How To Make a Roguelike: #8 Combat and Damage

Having monsters in our world asks for one thing: real combat. Let's work on that a bit!

How To Make a Roguelike: #7 Stationary Monsters

Now that we can interact with the World, the next logical step is to add monsters to it!

How To Make a Roguelike: #6 Entity Interactions

While walking through walls is fun, it is not a good game mechanism. Let's improve on that with Entity Interactions!

How To Make a Roguelike: #5 Exploring the Cave

Now that we have a Player in our game let's learn how to move him around!

How To Make a Roguelike: #4 The Player

Our cave is ready to explore, so let's add a player to it!

How To Make a Roguelike: #3 Generating Random Caves

Now, we generate an actual dungeon, or rather a cave we can explore in our game.

How To Make a Roguelike: #2 Views, Screens, Inputs

We gonna learn how to work with Views and Screens and also how to handle inputs from the user.

How To Make a Roguelike: #1 Project Setup

This article explains how to set up the tutorial project on your computer and get started with it.

How To Make a Roguelike

This article is the start of a tutorial series which will teach you how to write a roguelike game.