Indie arcade game made with Godot engine. Players navigate through a mesmerizing journey of rotating icosahedrons, aligning spots to progress to the next challenge. Its minimalist aesthetic complements the intricate gameplay, offering a unique blend of skill and strategy.
Game mostly inspired by Super Hexagon
Format all shader files
task format-shadersOther checks run w/ pre-commit
pip install pre-commit
pre-commit installsudo apt install clang-format
npm install -g @go-task/cli# for clang-format
choco install llvm
choco install go-task task deploy-build-devNOTE: Export templates should be installed
dev build
task dev-build-allInstall rclone
winget install rclone
yay -S rclone
sudo apt install rcloneSetup remote
task setup-rclone:USERMAIL:PASSWORDGet assets from cloud
task pull-assetsUpload assets to cloud
task push-assets