An open API service indexing awesome lists of open source software.

https://github.com/nixpulvis/maze_gl

Maze game in OpenGL (Windows)
https://github.com/nixpulvis/maze_gl

project

Last synced: about 1 year ago
JSON representation

Maze game in OpenGL (Windows)

Awesome Lists containing this project

README

          

# Maze GL

## Usage

Before building, you should have the needed dependencies installed.

- OpenGL, GLU, GLUT

```sh
# Build the game.
make

# Build and run the game.
make run
```