選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

7年前
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. * Walking
  7. * Enter / Exit a car (key: Enter)
  8. * Driving
  9. * Keyboard controls (keys: WASDX)
  10. * Physics-based vehicles
  11. * 1 model, 2 debugs
  12. * Map
  13. * Endless, grid-based hilly ground
  14. * Procedurally generated map contents
  15. * Collidable objects - static and dynamic
  16. * People
  17. * Objectives
  18. * Target location
  19. * Score
  20. * Sounds
  21. * Car engine
  22. * Wheel rolling
  23. * Wheel slips
  24. * Graphics
  25. * themeless
  26. * 1st & 3rd person view (key: V)
  27. * fog, depth-of-field filter
  28. * distance-based hiding of objects
  29. * Input
  30. * Keyboard (walking + driving)
  31. * Mouse (walking)
  32. * Game menu
  33. ### TODO
  34. #### Stage 0 :: Prototype
  35. * DONE
  36. #### Stage 1 :: Core Game
  37. * Joystick controls
  38. * Main Menu
  39. * Winning condition (location)
  40. * Loading screen
  41. * Health indicator
  42. * NPC AI
  43. * Enemy objects - mines
  44. * Enemy NPCs - punching, shooting
  45. * Interacting with the environment - opening of gates
  46. #### Stage 2 :: Filled Game
  47. * Roadblocks
  48. * Menu - statistics, save / load, credits
  49. * Car models
  50. * Scenery models
  51. * Intro, Outro
  52. * Dialogs
  53. * Fuel
  54. #### Stage 3 :: Overflowing Game
  55. * Stealth
  56. * Clothing
  57. * Car customization
  58. * Destructable environment