Update README.md

This commit is contained in:
Logan Hunt 2020-06-30 20:12:38 -06:00 committed by GitHub
parent 3010473314
commit 4a6e00dfa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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```