Update README.md
This commit is contained in:
parent
3010473314
commit
4a6e00dfa3
11
README.md
11
README.md
@ -1,2 +1,13 @@
|
|||||||
# Asteroids-CPP
|
# Asteroids-CPP
|
||||||
The game asteroids in c++ using the simplified drawing library provided by my school.
|
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```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user