From 97ef46db165b4efe7971b89ce254e1fd2241a7de Mon Sep 17 00:00:00 2001 From: Marc Di Luzio <thefoips@gmail.com> Date: Mon, 29 Dec 2014 22:35:40 +0000 Subject: [PATCH] Update README with fixes to links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ed29f53..bdb0e74 100644 --- a/README.md +++ b/README.md @@ -23,15 +23,15 @@ TTRTS is from the ground up designed to be a fun way to practice programming. An ----------------------------------------------------------- ## Development -* [master](master) branch always stores latest stable release +* master branch always stores latest stable release * master/{hotfix} branches store in progress hotfixes for the stable branch -* [dev](dev) branch stores in progress development +* dev branch stores in progress development * dev/{feature} branches store features ----------------------------------------------------------- ## Changelog -## v0.3.0 +#### v0.3.0 * Additional functionality of walls * Walls are noted in gamestate file on new "WALL:[X,Y]..." line * Walls are impassable by all movement @@ -40,13 +40,13 @@ TTRTS is from the ground up designed to be a fun way to practice programming. An * Various C++ api simplifications * Integration of perl api from [ttrts-players](https://github.com/mdiluz/ttrts-players) -## v0.2.0 +#### v0.2.0 * All team references changed to player * Order file format changed to Player_#_Turn_#.txt * Unit descriptors now use pl: instead of tm: * Various other C++ api corrections and refactors -## v0.1.0 +#### v0.1.0 * First playable version of ttrts -----------------------------------------------------------