From ff8cbae76132274fb0bdac6c36abc20362e91aea Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Sat, 10 Sep 2011 22:14:16 -0700 Subject: [PATCH] Updated Readme.md Signed-off-by: Tony Grosinger --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index e69de29..c64c35f 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,17 @@ +Nomads +====== + +A small Java based game where creating the A.I. is the fun part. + +About +----- +Using the API (coming soon) and the [SampleDrone](https://github.com/tgrosinger/Nomads-Sample-Drone) create a drone of your own that can destroy all the other drones. +A sucessfully drone will be able to gather resources, avoid the law and other malicious drones, and even reproduce to increase it's forces. + +Wiki +---- +A wiki with detailed information about creating a custom drone will be coming soon when the game is closer to an Alpha release. + +API +--- +An API will be released once the game is closer to an Alpha release.