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

12345678910111213141516171819202122232425262728293031323334353637383940
  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. * Target location
  17. * Main menu
  18. * Score
  19. ### TODO
  20. * Winning condition (location)
  21. * Menu - statistics, save / load, credits
  22. * Sounds - crashes
  23. * Health indicator
  24. * Persistent content on terrain blocks
  25. * Generated terrain props
  26. * NPC AI
  27. * Enemy NPCs - punching, shooting
  28. * Interacting with the environment
  29. * Car models
  30. * Scenery models
  31. * Roadblocks
  32. * FPV camera
  33. * Outro
  34. * Stealth
  35. * Clothing
  36. * Car customization