/Crazy-Taxi

A mimic to crazy taxi game implemented in C++ using OpenGL API

Primary LanguageC++

Crazy-Taxi

Computer Graphics Project

Description

A game built using C++ and OpenGL

How to RUN

  • Clone the repo
  • cd Phase2_3
  • Build the Project
  • Run either:
    • full version: bin/GAME_APPLICATION.exe -c config/crazy-taxi/app.jsonc
    • lite version: bin/GAME_APPLICATION.exe -c config/crazy-taxi/full-scene.jsonc or directly: bin/GAME_APPLICATION.exe

VSCode

  • You can build it with many compilers but here is a way using Visual Studio Community Release 2019

Needed Extensions:

  • C/C++ Extension Pack

How to build

  • From Phase2_3/ directory : Ctrl+shift+p Cmake Configure Ctrl+shift+p Select a kit, and choose Visual Studio Community Release 2019

Controls

w Move Forward
s Move Backwards
a Move Left
d Move Right
space brakes
1->7, q, e to change camera views

Screenshots

Demo Videos

Main Menu

menu.mp4

Car Drive

car_walk.mp4

Delivery Demo

deliver.mp4