From 76578212e439c80aff45a7c2c8da7527754e58c4 Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Tue, 15 Oct 2019 11:34:56 -0500 Subject: [PATCH] Update README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index e69de29..cf8ba78 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,15 @@ +# I-MIC RTS +Building a Command & Conquer style RTS in Ruby + +### Status +* Can load Tiled maps +* Can render vehicles + +## Using +* Clone or Download this repository +* Run `bundle install` +* `ruby i-mic-rts.rb` + +### Options +* `--debug` Jump straight to Game +* `--fast` Skip intro \ No newline at end of file