Browse Source

Readme reformat.

master
Dejvino 7 years ago
parent
commit
e04114e877
1 changed files with 19 additions and 16 deletions
  1. +19
    -16
      README.md

+ 19
- 16
README.md View File

@@ -6,32 +6,33 @@ A game about a journey involving vehicles and obstacles.
## Status ## Status
### DONE ### DONE
* Walking * Walking
** Enter / Exit a car (Enter)
* Enter / Exit a car (Enter)
* Driving * Driving
** Keyboard controls (WASDX)
** Physics-based vehicles
** 1 model, 2 debugs
* Keyboard controls (WASDX)
* Physics-based vehicles
* 1 model, 2 debugs
* Map * Map
** Endless, grid-based hilly ground
** Procedurally generated map contents
** Collidable objects - static and dynamic
** People
* Endless, grid-based hilly ground
* Procedurally generated map contents
* Collidable objects - static and dynamic
* People
* Objectives * Objectives
** Target location
** Score
* Target location
* Score
* Sounds * Sounds
** Car engine
** Wheel rolling
** Wheel slips
* Car engine
* Wheel rolling
* Wheel slips
* Camera * Camera
** 3rd person view (following the player)
* 3rd person view (following the player)
* Input * Input
** Keyboard
** Game menu
* Keyboard
* Game menu


### TODO ### TODO
#### Stage 0 :: Prototype #### Stage 0 :: Prototype
* done * done

#### Stage 1 :: Core Game #### Stage 1 :: Core Game
* Joystick controls * Joystick controls
* FPV camera * FPV camera
@@ -42,12 +43,14 @@ A game about a journey involving vehicles and obstacles.
* NPC AI * NPC AI
* Enemy NPCs - punching, shooting * Enemy NPCs - punching, shooting
* Interacting with the environment * Interacting with the environment

#### Stage 2 :: Filled Game #### Stage 2 :: Filled Game
* Roadblocks * Roadblocks
* Menu - statistics, save / load, credits * Menu - statistics, save / load, credits
* Car models * Car models
* Scenery models * Scenery models
* Intro, Outro * Intro, Outro

#### Stage 3 :: Overflowing Game #### Stage 3 :: Overflowing Game
* Stealth * Stealth
* Clothing * Clothing


Loading…
Cancel
Save