1
0
mirror of https://github.com/Dejvino/roadtrip synced 2024-09-19 22:23:36 +00:00
roadtrip/README.md

34 lines
652 B
Markdown
Raw Normal View History

2016-12-30 23:19:29 +00:00
# RoadTrip
A game about a journey involving vehicles and obstacles.
2016-12-30 23:34:30 +00:00
![Screenshot](https://github.com/Dejvino/roadtrip/blob/master/screenshot.png)
2016-12-30 23:28:01 +00:00
2016-12-30 23:19:29 +00:00
## Status
### DONE
* Physics-based vehicle
* Driving controls (UHJKM)
* Camera following the player
2016-12-30 23:19:29 +00:00
* Hilly ground
* Collidable objects - static and dynamic
2016-12-31 22:14:08 +00:00
* People
* Walking around (Player & NPCs)
2016-12-30 23:19:29 +00:00
### TODO
2016-12-31 22:14:08 +00:00
* Enter / Exit a car
* Sounds - car engine
* Sounds - crashes
* Sounds - wheels
* 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