Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dejvino 78ae5153e6 Cleanup. vor 7 Jahren
assets Themeless: made map texture a grid, added grid-aligned rocks instead of grass. vor 7 Jahren
assets-src Added a car model for the weak car type. vor 7 Jahren
nbproject Map: added grass and depth-of-field filter. vor 7 Jahren
src/roadtrip Cleanup. vor 7 Jahren
.gitignore Initial import of the first prototype. vor 7 Jahren
LICENSE Initial commit vor 7 Jahren
OpenAL64.dll Initial import of the first prototype. vor 7 Jahren
README.md Cleanup. vor 7 Jahren
build.xml Initial import of the first prototype. vor 7 Jahren
bulletjme64.dll Initial import of the first prototype. vor 7 Jahren
lwjgl64.dll Initial import of the first prototype. vor 7 Jahren
manifest.mf Initial import of the first prototype. vor 7 Jahren
screenshot.png Themeless: added sections of walls + rocks as boxes. vor 7 Jahren

README.md

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