I made this endless runner in Godot to learn gamedev and the Godot game-engine. It was inspired by the so-called "Chrome Dinosaur Game" you can play on the 404 page on Google Chrome.
A web build of the game is available on itch.
No native executables are available because I do not yet have a signing certificate to appease the OS malware checker. As such, the only way to get the native build is to export the game yourself. The instructions are listed below.
To build the game from source, Godot 3 is needed.
- Clone this repo using
git clone https://github.com/EventHorizontal/DinoRunnerSimulator.git- Open Godot 3 and click import project.
- Select the
project.godotfile in the repository. - Download the export templates for your desired platform (if not already installed).
- Export the project to a binary of the desired platform.