/SuperMonacoGP

My version of Super Monaco GP (C++ & SDL2)

Primary LanguageC

Super Monaco GP (Drive)

This is a really simplified version of the original Super Monaco GP for MegaDrive published in 1989.

This SuperMonacoGP is a race game about you must do three loops to the Monacos'circuit and get the best time.

PROJECT INFORMATION

Full project at github: https://github.com/carlos2380/SuperMonacoGP

Project webpage: https://carlos2380.github.io/SuperMonacoGP/

Latest release (v1.1): https://github.com/carlos2380/SuperMonacoGP/releases/download/v1.1/SuperMonacoGP-v1.1.zip

Author: Carlos F Álamo García

Contact: carlos.2380@hotmail.com

License: GNU GENERAL PUBLIC LICENSE

Gameplay video

<iframe width="560" height="315" src="https://www.youtube.com/embed/mPWEK9l53uY" frameborder="0" allowfullscreen=""></iframe> You can watch it directly on [youtube](https://youtu.be/mPWEK9l53uY).

Commands

On the game you manage a car on the circuit where you have to get the best time. You can select the mode driving mode, automatic, manual, or super (manual), and each kind is diferent the way to drive, speed up, speed down, max speed, turn...

  • START: (Enter key)

  • SPEED UP: (Up key or W key)

  • BREAK: (Down key or S key)

  • TURN LEFT: (Left key or A key)

  • TURN RIGHT: (Right key or D key)

  • GEAR DOWN: (Q key)

  • GEAR UP: (E key)

How to finish the game:

When you do three loops the game finish.

Acknowledgements