summaryrefslogtreecommitdiff
path: root/README.md
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```

[![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)