/Eggbertxs-Challenge

An implementation of Chip's Challenge in the Godot game engine

Primary LanguageGDScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Eggbertx's Challenge

An implementation of Chip's Challenge in the Godot game engine.

Preview

Preview

The Godot theme used comes from this repository, slightly modified to fix a couple minor issues.

Tests

There are unit tests in ./tests/ that can be executed using Gut. To run them, open the project in the Godot editor, click on the GUT tab at the bottom of the window, and then click Run All. You can also run them from the command line by running gut.bat in Windows or ./gut.sh in Linux, macOS, and BSD.

See https://github.com/bitwes/Gut/wiki/Command-Line for more info on Gut unit tests from the command line.