summaryrefslogtreecommitdiff
path: root/README.md
blob: fcb6e7e18be98e655d968e6d88d5c2f4a20cbdc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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```