https://github.com/bytesclub/xplode
A 2D Game based on OpenGL
https://github.com/bytesclub/xplode
cpp game opengl
Last synced: about 2 months ago
JSON representation
A 2D Game based on OpenGL
- Host: GitHub
- URL: https://github.com/bytesclub/xplode
- Owner: BytesClub
- Created: 2017-04-01T19:29:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-15T19:52:35.000Z (about 9 years ago)
- Last Synced: 2025-02-05T12:52:58.535Z (over 1 year ago)
- Topics: cpp, game, opengl
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xplode
[](https://gitter.im/Bytes_Club/General)
> A 2D Game based on OpenGL
### Prerequisutes
Install GLUT:
```
sudo apt-get install freeglut3-dev
```
### Compile and Run
Create bin/ directory:
```
make
cd bin/
./xplode
```
### Contributing
Read [this](https://bytesclub.github.io/contributing/)