1
0
peilaus alkaen https://github.com/Dejvino/roadtrip synced 2024-09-27 17:33:38 +00:00
Go to file
2017-02-05 17:50:10 +01:00
assets Themeless: made map texture a grid, added grid-aligned rocks instead of grass. 2017-02-01 01:37:19 +01:00
assets-src Added a car model for the weak car type. 2017-01-06 08:35:57 +01:00
nbproject Map: added grass and depth-of-field filter. 2017-01-28 00:47:11 +01:00
src/roadtrip Cleanup. 2017-02-05 17:50:10 +01:00
.gitignore Initial import of the first prototype. 2016-12-31 00:19:29 +01:00
build.xml Initial import of the first prototype. 2016-12-31 00:19:29 +01:00
bulletjme64.dll Initial import of the first prototype. 2016-12-31 00:19:29 +01:00
LICENSE Initial commit 2016-12-30 20:32:51 +01:00
lwjgl64.dll Initial import of the first prototype. 2016-12-31 00:19:29 +01:00
manifest.mf Initial import of the first prototype. 2016-12-31 00:19:29 +01:00
OpenAL64.dll Initial import of the first prototype. 2016-12-31 00:19:29 +01:00
README.md Cleanup. 2017-02-05 17:50:10 +01:00
screenshot.png Themeless: added sections of walls + rocks as boxes. 2017-02-02 00:50:44 +01:00

RoadTrip

A game about a journey involving vehicles and obstacles.

Screenshot

Status

DONE

  • Walking
    • Enter / Exit a car (key: Enter)
  • Driving
    • Keyboard controls (keys: WASDX)
    • Physics-based vehicles
    • 1 model, 2 debugs
  • Map
    • Endless, grid-based hilly ground
    • Procedurally generated map contents
    • Collidable objects - static and dynamic
    • People
  • Objectives
    • Target location
    • Score
  • Sounds
    • Car engine
    • Wheel rolling
    • Wheel slips
  • Graphics
    • themeless
    • 1st & 3rd person view (key: V)
    • fog, depth-of-field filter
    • distance-based hiding of objects
  • Input
    • Keyboard (walking + driving)
    • Mouse (walking)
    • Game menu

TODO

Stage 0 :: Prototype

  • DONE

Stage 1 :: Core Game

  • Joystick controls
  • Main Menu
  • Winning condition (location)
  • Loading screen
  • Health indicator
  • NPC AI
  • Enemy objects - mines
  • Enemy NPCs - punching, shooting
  • Interacting with the environment - opening of gates

Stage 2 :: Filled Game

  • Roadblocks
  • Menu - statistics, save / load, credits
  • Car models
  • Scenery models
  • Intro, Outro
  • Dialogs
  • Fuel

Stage 3 :: Overflowing Game

  • Stealth
  • Clothing
  • Car customization
  • Destructable environment