From 4a6e00dfa310598af7d0c4a40ec110123bc08152 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Tue, 30 Jun 2020 20:12:38 -0600 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 9653d82..fcb6e7e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,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``` +