14 lines
252 B
Markdown
14 lines
252 B
Markdown
# Asteroids-CPP
|
|
The game asteroids in c++ using the simplified drawing library provided by my school.
|
|
|
|
## Requirements
|
|
|
|
* libglut-dev
|
|
* g++
|
|
* make
|
|
|
|
## Running
|
|
|
|
All that is needed to run is a simple ```make```, and then run the game with ```./a.out```
|
|
|