Skip to content

pritishn/Random-Maze-Generator-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A game making project in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published