Ecosyste.ms: Awesome
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 month 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T20:32:18.000Z (almost 7 years ago)
- Last Synced: 2024-10-27T13:21:23.408Z (3 months 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
```