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)
- Host: GitHub
- URL: https://github.com/nixpulvis/maze_gl
- Owner: nixpulvis
- Created: 2013-12-05T01:50:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T20:32:18.000Z (over 8 years ago)
- Last Synced: 2025-02-07T19:33:44.177Z (over 1 year ago)
- Topics: project
- Language: C
- Homepage:
- Size: 6.36 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```