Skip to content

Ra-V2/MazeRaycaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MazeRaycaster

A very simple raycaster made as a college project for C++ class.

It has been created with OpenGL and GLFW3.

Screenshots

gameplay

Build

To build it you must have cmake downloaded on your OS.

Windows

It has only been tested on Visual Studio 2022 environment.

Visual Studio 2022 Community

Execute the following command in the project's root directory:

mkdir build && cd build
cmake ..

Open solution MazeRaycaster.sln

Controls

W A S D to move the player.

M to open the map.

About

OpenGL and GLFW raycaster.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages