Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 671 Bytes

File metadata and controls

29 lines (17 loc) · 671 Bytes

Random Maze Generator Game

A game making project in C++ which was used as our 3rd semester project work. This is an attempt at implementing the basics of Ray Casting to make a 3D looking game.

The game generates a random maze for the user to explore. The world is rendered using an external library named SFML Library.

Dependencies:

SFML Library, G++ compiler

Installation Instructions:

Ubuntu

Step 1:

sudo apt-get install libsfml-dev

Step 2:

./install.sh  

Step 3:

./playgame

Game demo (click on the gif to see full)

game-demo.gif