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.
- 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.
- Download the repository as zip
- Extract the zip and you will have all the files
- If you don't have Godot Game Engine, you can download direct from Godot Engine Organization or use Steam.
- Open Godot and go to Import Project.
- Search for project.godot and import it.
- Make Main.tscn as Initial Scene if isn't so.
- Click in btton Play(PRESS F5)
- Have fun!
The game only can be played with keyboard.
- W : Forward
- S : Backward
- A : Turn left
- D : Turn Right
- ↑ : Forward
- ↓ : Backward
- ← : Turn left
- → : Turn Right