You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 650 B

1234567891011121314151617181920212223242526272829303132
  1. # RoadTrip
  2. A game about a journey involving vehicles and obstacles.
  3. ![Screenshot](https://github.com/Dejvino/roadtrip/blob/master/screenshot.png)
  4. ## Status
  5. ### DONE
  6. * Physics-based vehicle
  7. * Driving controls (UHJKM)
  8. * Camera following the player
  9. * Hilly ground
  10. * Collidable objects - static and dynamic
  11. * People
  12. * Walking around (Player & NPCs)
  13. * Sounds - car engine, wheels & slips
  14. ### TODO
  15. * Enter / Exit a car
  16. * Sounds - crashes
  17. * Target location (winning condition)
  18. * Main menu
  19. * Health indicator
  20. * NPC AI
  21. * Enemy NPCs - punching, shooting
  22. * Car models
  23. * Scenery models
  24. * Bigger map
  25. * Map transitions
  26. * Roadblocks
  27. * FPS camera
  28. * Orbit camera