Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.38 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.38 KB

hovercraft-race

The game is about a race between two hovercrafts and was made with Godot Game Engine. The objective of it was to attend a required project of Digital Entertainment class in college. It was inspired in event that occurred in EEP.

Features

Split-Screen
Spit-Screen is common technique used in game development for two players play together in the same screen. In hovercraft-race, it divides vertically the screen.

Preview

Quick start

  1. Download the repository as zip
  2. Extract the zip and you will have all the files
  3. If you don't have Godot Game Engine, you can download direct from Godot Engine Organization or use Steam.
  4. Open Godot and go to Import Project.
  5. Search for project.godot and import it.
  6. Make Main.tscn as Initial Scene if isn't so.
  7. Click in btton Play(PRESS F5)
  8. Have fun!

Controls

The game only can be played with keyboard.

Player Green Movement

  • W : Forward
  • S : Backward
  • A : Turn left
  • D : Turn Right

Player Red Movement

  • ↑ : Forward
  • ↓ : Backward
  • ← : Turn left
  • → : Turn Right