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 805 B

12345678910111213141516171819202122232425262728293031323334353637
  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 vehicles
  7. * One car model
  8. * Driving controls (WASDX)
  9. * Enter / Exit a car (Enter)
  10. * Camera following the player
  11. * Endless, grid-based hilly ground
  12. * Collidable objects - static and dynamic
  13. * People
  14. * Walking around (Player & NPCs)
  15. * Sounds - car engine, wheels & slips
  16. ### TODO
  17. * Target location (winning condition)
  18. * Main menu
  19. * Sounds - crashes
  20. * Health indicator
  21. * Persistent content on terrain blocks
  22. * Generated terrain props
  23. * NPC AI
  24. * Enemy NPCs - punching, shooting
  25. * Interacting with the environment
  26. * Car models
  27. * Scenery models
  28. * Roadblocks
  29. * FPS camera
  30. * Orbit camera
  31. * Stealth
  32. * Clothing
  33. * Car customization