Skip to content

AleixCas95/RacingGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 

Repository files navigation

Racing Game;

Description of the game

This is the second project for Physics II subject. The main goal here is to create a racing car game.

Members

Aleix Castillo Arrià (AleixCas95),

Albert Cayuela Naval (AlbertCayuela)

OUR GITHUB REPOSITORY: https://github.com/AleixCas95/RacingGame

Inputs

Keybord Inputs

LEFT ARROW: Move to the left side.

RIGHT ARROW: Move to the right side.

UP ARROW: Move to the front.

DOWN ARROW: Move to the back.

R: respawn on the last checkpoint.

RIGTCLICK AND MOVE: To move the camara from the car view.

F1: Show sensors.

Things that we implemented on this game:

  • A circuit.
  • Unlimited Laps to win/loss with a timer.
  • Some moving obstacles(constraints) and non moving obstacles.
  • CheckPoints to make sure everyone follows the same way.
  • KM/h Speed limit 90.

Tools used

IDE: Microsoft Visual Studio 2017

Language: C++

Physics: Bullet

Code repository: GitHub