From cb7c64b18dbbc6ad43bc4c7daaccd4d3f0204159 Mon Sep 17 00:00:00 2001 From: Dejvino Date: Sat, 28 Jan 2017 23:29:37 +0100 Subject: [PATCH] Updated status & roadmap. --- README.md | 54 ++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 34 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index e41f157..07fc4cd 100644 --- a/README.md +++ b/README.md @@ -5,36 +5,50 @@ A game about a journey involving vehicles and obstacles. ## Status ### DONE -* Physics-based vehicles -* One car model -* Driving controls (WASDX) -* Enter / Exit a car (Enter) -* Camera following the player -* Endless, grid-based hilly ground -* Collidable objects - static and dynamic -* People -* Walking around (Player & NPCs) -* Sounds - car engine, wheels & slips -* Target location -* Main menu -* Score +* Walking +** Enter / Exit a car (Enter) +* Driving +** Keyboard controls (WASDX) +** Physics-based vehicles +** 1 model, 2 debugs +* Map +** Endless, grid-based hilly ground +** Procedurally generated map contents +** Collidable objects - static and dynamic +** People +* Objectives +** Target location +** Score +* Sounds +** Car engine +** Wheel rolling +** Wheel slips +* Camera +** 3rd person view (following the player) +* Input +** Keyboard +** Game menu ### TODO +#### Stage 0 :: Prototype +* done +#### Stage 1 :: Core Game +* Joystick controls +* FPV camera +* Main Menu * Winning condition (location) -* Menu - statistics, save / load, credits -* Sounds - crashes * Health indicator * Persistent content on terrain blocks -* Generated terrain props * NPC AI * Enemy NPCs - punching, shooting * Interacting with the environment +#### Stage 2 :: Filled Game +* Roadblocks +* Menu - statistics, save / load, credits * Car models * Scenery models -* Roadblocks -* FPV camera -* Outro +* Intro, Outro +#### Stage 3 :: Overflowing Game * Stealth * Clothing * Car customization -