Skip to content

Markkimotho/sdl-c-raycasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Project

This codebase initially contains the maze project files.

To compile:

make build

To run:

./game or make run

To clean and remove the executable file:

make clean