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
|
2017-01-28 22:29:37 +00:00
|
|
|
* Walking
|
2017-02-04 22:21:26 +00:00
|
|
|
* Enter / Exit a car (key: Enter)
|
2017-01-28 22:29:37 +00:00
|
|
|
* Driving
|
2017-02-04 22:21:26 +00:00
|
|
|
* Keyboard controls (keys: WASDX)
|
2017-01-28 22:33:23 +00:00
|
|
|
* Physics-based vehicles
|
|
|
|
* 1 model, 2 debugs
|
2017-01-28 22:29:37 +00:00
|
|
|
* Map
|
2017-01-28 22:33:23 +00:00
|
|
|
* Endless, grid-based hilly ground
|
|
|
|
* Procedurally generated map contents
|
|
|
|
* Collidable objects - static and dynamic
|
|
|
|
* People
|
2017-01-28 22:29:37 +00:00
|
|
|
* Objectives
|
2017-01-28 22:33:23 +00:00
|
|
|
* Target location
|
|
|
|
* Score
|
2017-01-28 22:29:37 +00:00
|
|
|
* Sounds
|
2017-01-28 22:33:23 +00:00
|
|
|
* Car engine
|
|
|
|
* Wheel rolling
|
|
|
|
* Wheel slips
|
2017-02-01 23:50:44 +00:00
|
|
|
* Graphics
|
|
|
|
* themeless
|
2017-02-04 22:21:26 +00:00
|
|
|
* 1st & 3rd person view (key: V)
|
2017-02-01 23:50:44 +00:00
|
|
|
* depth-of-field filter
|
|
|
|
* distance-based hiding of objects
|
2017-01-28 22:29:37 +00:00
|
|
|
* Input
|
2017-01-28 22:33:23 +00:00
|
|
|
* Keyboard
|
|
|
|
* Game menu
|
2016-12-30 23:19:29 +00:00
|
|
|
|
|
|
|
### TODO
|
2017-01-28 22:29:37 +00:00
|
|
|
#### Stage 0 :: Prototype
|
2017-02-01 23:50:44 +00:00
|
|
|
* DONE
|
2017-01-28 22:33:23 +00:00
|
|
|
|
2017-01-28 22:29:37 +00:00
|
|
|
#### Stage 1 :: Core Game
|
|
|
|
* Joystick controls
|
|
|
|
* Main Menu
|
2017-01-18 22:30:40 +00:00
|
|
|
* Winning condition (location)
|
2017-02-01 23:50:44 +00:00
|
|
|
* Loading screen
|
2016-12-31 22:57:29 +00:00
|
|
|
* Health indicator
|
|
|
|
* NPC AI
|
2017-02-01 23:50:44 +00:00
|
|
|
* Enemy objects - mines
|
2016-12-31 22:57:29 +00:00
|
|
|
* Enemy NPCs - punching, shooting
|
2017-02-01 23:50:44 +00:00
|
|
|
* Interacting with the environment - opening of gates
|
2017-01-28 22:33:23 +00:00
|
|
|
|
2017-01-28 22:29:37 +00:00
|
|
|
#### Stage 2 :: Filled Game
|
|
|
|
* Roadblocks
|
|
|
|
* Menu - statistics, save / load, credits
|
2016-12-31 22:57:29 +00:00
|
|
|
* Car models
|
|
|
|
* Scenery models
|
2017-01-28 22:29:37 +00:00
|
|
|
* Intro, Outro
|
2017-02-01 23:50:44 +00:00
|
|
|
* Dialogs
|
|
|
|
* Fuel
|
2017-01-28 22:33:23 +00:00
|
|
|
|
2017-01-28 22:29:37 +00:00
|
|
|
#### Stage 3 :: Overflowing Game
|
2017-01-04 00:18:50 +00:00
|
|
|
* Stealth
|
|
|
|
* Clothing
|
|
|
|
* Car customization
|
2017-02-01 23:50:44 +00:00
|
|
|
* Destructable environment
|