Skip to content

tusharmakkar08/Project-X

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project X
Race Game Version 1.0
By:
tusharmakkar08 (https://github.com/tusharmakkar08)
Sayan-Paul (https://github.com/Sayan-Paul)
(the anonymous) 

It is the modified and improved version of game made by judio and foobar (https://github.com/loopj/opengl-racing-game)

###############
# Readme File #
###############
Aims to be similar to high speed racing games Star Wars / NFS.

#############
# Features: #
#############

 Complete:
 =========
   Model and Texture Loading
   Texture Coordinates
   Object Speed/Accelleration
   Air resistance
   Wall Detection
   Skybox
   Nitro added
   Maximum Speed
   Winning and Loosing mode (Gameplay implemented)
   First Person and Third Person interfacing
   Warning messages shown when the ship goes offtrack
   Blinking warning in last 10 seconds
   Fogging Effect
   Acceleration Variable
   Timings of redraw
   Rotation Response Accel
   Ship Rotation
   Fixed Rotation Keylock
   Realistic Looking Turning
   Air Brakes (Faster Deccel)
   Load Textures/Map as Needed
   Loading Screen
   Fixed Ship Drift
   Dynamic Level Loading
   Menu + Navigation
   Better Texture Loading
   Nice Error Function
   Sound and Music
   Text Masking (Alpha Channel)
   Better Map Loading
   Debug Messages
   
   
HUD:
    o Timer
    o Radar
    o Framerate
    o Speed
    o Distance Left
    o Timer precision increased during last 10 seconds
    o First person cockpit view
   

   Config File:
    o Screen Resolution	
    o Screen Depth
    o Audio Toggle
    o Fullscreen Toggle
    o Debug Toggle
    o FPS Toggle
    o Boundary detection 


   Messages:
    o Error	-> msg & exit
    o Warning	-> msg
    o Debug	-> info



 To Implement:
 ============
   Angle Detection:
    o x and z-axis tilting
    o Crashing and Damage
    o Falling from High
    o Bouncing off Walls
    o Impacts/Surface Change
   Nicer Physics Engine
   Lap Counter
   Opponents and AI
   Environment/Object Loading
   Lighting
   Reflections
   Jet Particle Effect


############
# Gameplay #
############

This is in essence just a demo of what is to come, the main
racing features such as lap timing, lap counting, and AI
racers are far from complete, so just enjoy the eye candy.

The default keys are:

Forward:	W
Backward:	S
Left:		A
Right:		D
Air Brake:	Space
Fullscreen:	F1
Nitro:		N

These keys can be changed by editing the config file, which
is fairly self explanatory.

Have fun 
tusharmakkar08 and sayan-paul