mirror of
https://github.com/Dejvino/roadtrip
synced 2024-11-12 20:17:30 +00:00
33 lines
650 B
Markdown
33 lines
650 B
Markdown
# RoadTrip
|
|
A game about a journey involving vehicles and obstacles.
|
|
|
|
![Screenshot](https://github.com/Dejvino/roadtrip/blob/master/screenshot.png)
|
|
|
|
## Status
|
|
### DONE
|
|
* Physics-based vehicle
|
|
* Driving controls (UHJKM)
|
|
* Camera following the player
|
|
* Hilly ground
|
|
* Collidable objects - static and dynamic
|
|
* People
|
|
* Walking around (Player & NPCs)
|
|
* Sounds - car engine, wheels & slips
|
|
|
|
### TODO
|
|
* Enter / Exit a car
|
|
* Sounds - crashes
|
|
* Target location (winning condition)
|
|
* Main menu
|
|
* Health indicator
|
|
* NPC AI
|
|
* Enemy NPCs - punching, shooting
|
|
* Car models
|
|
* Scenery models
|
|
* Bigger map
|
|
* Map transitions
|
|
* Roadblocks
|
|
* FPS camera
|
|
* Orbit camera
|
|
|