diff --git a/Project-Roadmap.md b/Project-Roadmap.md new file mode 100644 index 0000000..dace2a3 --- /dev/null +++ b/Project-Roadmap.md @@ -0,0 +1,36 @@ + +# Roadmap +This roadmap describes the planned features for the Liblast project up to +version 0.3.0, all of these version are pre-alpha. +# 0.1.2 +- [ ] Add the option to disable Screen Space Reflections. +- [ ] Add the option to disconnect from a server. +- [ ] Add respawning health pickups. +# 0.2.0 + +- **Classes** + + A basic implementation of classes, class selection screen, each class has + different basic attributes (damage, speed, health). +- **Teams** + + A basic implementation of teams, where each player can select a team to start + in at the beginning of the game. (Team Red, Team Blue). +- **Team Colors** + + Each team now has a selection of hues to pick from rather than an unbounded + selection. + +# 0.3.0 + +- **Maps** + + A basic implementation of maps, map selection and a set of maps to play on + beyond the default one. + +# 0.4.0 + +- **Models** + + A basic implementation of character models. +