1
0
mirror of https://github.com/Dejvino/roadtrip synced 2024-11-14 13:03:28 +00:00

Enter / Exit a car - checked.

This commit is contained in:
Dejvino 2017-01-04 01:18:50 +01:00
parent 59210eca75
commit 350ce6f43c

View File

@ -5,8 +5,9 @@ A game about a journey involving vehicles and obstacles.
## Status ## Status
### DONE ### DONE
* Physics-based vehicle * Physics-based vehicles
* Driving controls (UHJKM) * Driving controls (UHJKM)
* Enter / Exit a car (Enter)
* Camera following the player * Camera following the player
* Hilly ground * Hilly ground
* Collidable objects - static and dynamic * Collidable objects - static and dynamic
@ -15,18 +16,21 @@ A game about a journey involving vehicles and obstacles.
* Sounds - car engine, wheels & slips * Sounds - car engine, wheels & slips
### TODO ### TODO
* Enter / Exit a car
* Sounds - crashes
* Target location (winning condition) * Target location (winning condition)
* Main menu * Main menu
* Sounds - crashes
* Health indicator * Health indicator
* NPC AI * NPC AI
* Enemy NPCs - punching, shooting * Enemy NPCs - punching, shooting
* Interacting with the environment
* Car models * Car models
* Scenery models * Scenery models
* Bigger map * Bigger map / Map generator
* Map transitions
* Roadblocks * Roadblocks
* Map segments transitions
* FPS camera * FPS camera
* Orbit camera * Orbit camera
* Stealth
* Clothing
* Car customization