From ae8a3bf0c2d6ba944f37972980dbf8f5dc3c6b21 Mon Sep 17 00:00:00 2001 From: mdiluzio Date: Sat, 10 Jan 2015 17:29:22 +0000 Subject: [PATCH] Update changelog for v0.4.0 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1f18053..a6b299b 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,14 @@ TTRTS is from the ground up designed to be a fun way to practice programming. An ----------------------------------------------------------- ## Changelog +#### v0.4.0 +* Updated with network functionality + * Game can now be hosted with ttrts --server option + * Server can be connected to with ttrts --client +* Updated command line interface with new launcher script + * map file must now be specified with --map=FILE +* Slight refactor of libraries to account for new run targets + #### v0.3.2 * Fix bug when loading map files with walls * Fix ttrts on OSX