From 2c0a393f775a8900f6265766717e49c3cc0d98b1 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Tue, 30 Dec 2014 13:24:21 +0000 Subject: [PATCH] Update readme to reflect new libraries --- source/README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/source/README.md b/source/README.md index a18fa94..5ca2d8e 100644 --- a/source/README.md +++ b/source/README.md @@ -1,19 +1,13 @@ # Targets -### ttrts +### client Main TTRTS binary, runs from the command line and acts as host for games -### test (ttrts-test) +### test Test binary, to be compiled and run to test various functionality -### gen (ttrts-gen) +### gen Binary to generate example map files # Libraries -### game +### ttrts Implementation of the RTS rules and simulation - -### maths -Simple maths library for 2D calculations and types - -### scripts -Directory of scripts used in build process