From 85471b14cce5715788ffc1b332640a77579fac67 Mon Sep 17 00:00:00 2001 From: gilgamesh Date: Sat, 30 Oct 2021 20:57:30 +0200 Subject: [PATCH] First iteration of the project roadmap. --- Project-Roadmap.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Project-Roadmap.md 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. +