blob: 2dba81e5ac1276b93487ef1a480f1abc148c2840 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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```
[](https://postimg.cc/zbCRV6dR)
|