Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roguelike

A rogue-like CLI game written in C++.

How it Works

The game grid is 21 x 10. This is because the algorithm reads data from maze.txt. If one is willing, they can make their own maze and supplant it with their own maze.txt and pass it is as an argument.

The structure of the game grid is as follows: - 0 is a walkable tile. - 1 is a wall. - 2 is the starting spawn point. - 3 is the end goal/objective. - 4 are enemies (avoid unless you want to die!).

Installation

make

Execution

make run
#or
./Game.out

About

A rogue-like CLI game written in C++.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages