From a7bc45497aee86c9e4a66c64f04cedc2e4fee6e2 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Thu, 18 Dec 2014 14:03:01 +0000 Subject: [PATCH] Update README.md --- source/README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/source/README.md b/source/README.md index 0a16888..f793144 100644 --- a/source/README.md +++ b/source/README.md @@ -10,17 +10,7 @@ Binary to generate map example map files # Libraries ### game -Implementation of the RTS rules and simulation. [game](game) has full information on it's implementation. - -### net -Net code for hosting the server and communicating with clients - -### ui -Wrapper for user interface for the terminal, this only really needs three stages -* Initialise the game with settings and connect the clients -* Run the game simulation to it's conclusion -* Display the game result -* ASCII Colour wrapper for separate teams +Implementation of the RTS rules and simulation. ### maths simple maths library for 2D calculations and types