1 of 15

MAZE RUNNER

A Game in C

Mohak Pathak Roll No: 21

Priyanshu Dave Roll No: 30

Viren Patel Roll No: 50

Guide: Prof. Urja Mankad

LJ Institutes Of Computer Applications

2 of 15

What is a Roguelike ?

  • Roguelikes are a sub-genre of role-playing games.

  • Standard RPGs are static when it comes to dungeon generation, and they may not necessarily have Perma Death.

  • Roguelikes however, are defined by their procedural dungeon generation and perma death.

  • They generally have tile based graphics, which occupy a number of tiles.

  • The original roguelikes had retro graphics, but as technology advanced and people started shifting from it as it can seem just too simple

3 of 15

What is a Maze Runner ?

  • Maze Runner is a roguelike at its core but, it does have its differences.

  • Simply put, player moves around in search of one goal while avoiding monsters.

  • The map has different types of monsters and effects that the player can pick up.

  • When the player the timer runs out or the player dies, the player has to start over.

4 of 15

How It Came About?

5 of 15

6 of 15

Options

7 of 15

Effects

8 of 15

Monsters

9 of 15

How is Works ?

10 of 15

Problems

  • Limited procedural generation

  • Vision

  • Pathfinding

11 of 15

Solutions

12 of 15

13 of 15

14 of 15

Much More...

15 of 15

Thank You