asteroids-cs165/README.md

15 lines
369 B
Markdown
Raw Normal View History

2020-06-30 22:04:55 -04:00
# Asteroids-CPP
The game asteroids in c++ using the simplified drawing library provided by my school.
2020-06-30 22:12:38 -04:00
## Requirements
* libglut-dev
* g++
* make
## Running
All that is needed to run is a simple ```make```, and then run the game with ```./a.out```
2020-06-30 22:27:25 -04:00
[![2020-06-30-20-24-32-1.gif](https://i.postimg.cc/k4ZNhdKw/2020-06-30-20-24-32-1.gif)](https://postimg.cc/zbCRV6dR)