From 350ce6f43c535a0b7583e8b698fc089600d19681 Mon Sep 17 00:00:00 2001 From: Dejvino Date: Wed, 4 Jan 2017 01:18:50 +0100 Subject: [PATCH] Enter / Exit a car - checked. --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0456aec..4117ffe 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ A game about a journey involving vehicles and obstacles. ## Status ### DONE -* Physics-based vehicle +* Physics-based vehicles * Driving controls (UHJKM) +* Enter / Exit a car (Enter) * Camera following the player * Hilly ground * Collidable objects - static and dynamic @@ -15,18 +16,21 @@ A game about a journey involving vehicles and obstacles. * Sounds - car engine, wheels & slips ### TODO -* Enter / Exit a car -* Sounds - crashes * Target location (winning condition) * Main menu +* Sounds - crashes * Health indicator * NPC AI * Enemy NPCs - punching, shooting +* Interacting with the environment * Car models * Scenery models -* Bigger map -* Map transitions +* Bigger map / Map generator * Roadblocks +* Map segments transitions * FPS camera * Orbit camera +* Stealth +* Clothing +* Car customization