April, 2022

Arcade Kart Racing

~ Rush your adrenaline with car racing ~

Arcade Kart Racing develop using unity game engine. This game aims to reach the finish as soon as possible. This game is played by two players, one player can use the keyboard and the other player uses a game controller such as an xbox controller.

The system input in this game was developed using the new unity input system. The new Unity input system is very convenient to use. By using the new Unity input system, it will be easier to add a new controller or change key bindings to trigger an event such as shoot, move, etc. Besides that, to implement countdown in the beginning of the game, used the concept of the coroutine to pause (1 second) every countdown. Multiplayer is also implemented in this game. The game is played by two players, one player can use the keyboard and the other player uses a game controller such as an xbox controller. Split the screen into two parts, one for each player.

In the beginning of the game, player with the keyboard enter the game with press A W S D keys or arrow keys. The player with the game controller enter the game with press button or joystick in the game controller. The game will start after the countdown. Player finish the game by reaching the finish line after 2 laps.

Technologies Used

  • Unity Game Engine
  • New Unity Input System
  • Coroutine
  • Multiplayer
  • Split Screen
  • C#

GitHub Link :

Main Menu
Start
In-Game
Sudden Death Scoreboard