From e560fe8689a14161dd1050088bc46daaf3ea1dd9 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Wed, 25 Dec 2019 12:36:32 +0100 Subject: [PATCH] Updated c. Roadmap (markdown) --- c.-Roadmap.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/c.-Roadmap.md b/c.-Roadmap.md index 5c09535..4ce88d2 100644 --- a/c.-Roadmap.md +++ b/c.-Roadmap.md @@ -4,14 +4,14 @@ The roadmap does not contain dates or timelines because the time needed for a ce ## 2.0 Release (Next) * ~~`Game::Board` to get the board where the game is held~~ -* Implementation of categories -* Removal of getter and setter methods. **(Currently beta)** -* Correct performance rating (GH-5) +* Implementation of categories (#9) +* Removal of getter and setter methods. **(Currently beta)** (#8) +* Correct performance rating (#5) * ~~Implement PHPdoc again for docs generation~~ ## 2.x Future Releases -* Creation of unit tests -* Add translations strings for easy translation +* Creation of unit tests (#10) +* Add translations strings for easy translation (#11) ## Distant future releases -* Own calculation of Keizer scoring \ No newline at end of file +* Own calculation of Keizer scoring (#12) \ No newline at end of file