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 -----------------------------------------------------------