mirror of
https://github.com/Dejvino/roadtrip
synced 2024-11-14 13:03:28 +00:00
38 lines
805 B
Markdown
38 lines
805 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 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
|
|
|
|
### TODO
|
|
* Target location (winning condition)
|
|
* Main menu
|
|
* Sounds - crashes
|
|
* Health indicator
|
|
* Persistent content on terrain blocks
|
|
* Generated terrain props
|
|
* NPC AI
|
|
* Enemy NPCs - punching, shooting
|
|
* Interacting with the environment
|
|
* Car models
|
|
* Scenery models
|
|
* Roadblocks
|
|
* FPS camera
|
|
* Orbit camera
|
|
* Stealth
|
|
* Clothing
|
|
* Car customization
|
|
|