OpenInftyLoop is a small puzzle game I ported to PC (Windows/Mac/Linux) from games that are unfortunately exclusive to mobile platforms. Just install the program, start it to play.
The goal of each level is to complete the curves on the map by clicking on them.
OpenInftyLoop on GitHub OpenInftyLoop on itch.io
You can download the game directly from GitHub or from itch.io
- Multiple independent modes such as a campaign or specific field sizes
- Saves yet-to-complete puzzles automatically
- OpenSource: If you want, you can review the game for your own projects or build upon it
This game uses the Godot Engine version 3. This game uses sound effects created by Lokif obtained from https://opengameart.org/content/gui-sound-effects and the "Xylophone A" effect created by DANMITCH3LL obtained from https://freesound.org/people/DANMITCH3LL/sounds/232004/. The background music is Garden Music by Kevin MacLeod.
The deploy.sh
script is used to deploy OpenInftyLoop for all supported platforms.
Please note that you need to install the Godot export templates first before using this script.
The packages will be placed in the deploy-bin
folder.
Deploying requires:
- Installed Godot 3 export templates
- WINE
- Inno Setup installed in default WINEPREFIX (or change the WINEPREFIX in the deployment script)
The deployment script will automatically fetch Godot 3 x64 and place it into the bin
directory.