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

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

Awesome Lists containing this project

README

          

# Xplode

[![gitter](https://badges.gitter.im/gitterHQ/gitterHQ.github.io.svg)](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/)