VianneyDoleans / cpp_indie_studio_2017

Car racing video game in C++ with Irrlicht engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPP indie studio 2017

Realization of a car racing video game in C++ with Irrlicht engine in 2 weeks.
A MVC architecture is used to allow independence of the different scenes (menu, game...).

Platform

  • Linux

Technologies used

Installation

  • Open a terminal
  • Go to the root directory, and execute :
    ./quick_install.sh && cmake . && make
    
  • Executable "cpp_indie_studio" will be generated at the root of the directory.

Features

  • Main menu
  • Selection of 5 cars
  • Selection of 2 course areas
  • Selection of 2 view modes
    • Split view (one view for each users (2 users) and a view for the map)
    • No split view
  • Score menu
  • Power up
    • Life (recover a part of HP)
    • Speed charge (Car can use a boost of speed)
  • Malus
    • Bomb (lost a part of HP)
  • Physics of cars

Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot screenshot screenshot screenshot

Contributors

Valentin Montagne
Antoine Caffier
Charles des Pommare
Vianney Doleans
Antoine Foret
Guillaume Bouxin

About

Car racing video game in C++ with Irrlicht engine.


Languages

Language:C++ 87.5%Language:Shell 10.7%Language:CMake 1.8%