Skip to content

Indie arcade game made with Godot where you have to navigate through a mesmerizing journey of rotating icosahedrons.

Notifications You must be signed in to change notification settings

akorzunin/SuperIcosahedron

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3f93548 · Sep 29, 2024
Aug 12, 2024
Aug 15, 2024
Jun 26, 2024
Sep 18, 2024
Aug 15, 2024
Jul 15, 2024
Sep 18, 2024
Aug 16, 2024
Jul 5, 2024
Sep 29, 2024
Aug 15, 2024
Jul 29, 2024
Jul 30, 2024
Aug 6, 2024
Nov 27, 2023
Sep 19, 2024
Jul 30, 2024
Aug 13, 2024
Aug 14, 2024
Aug 2, 2024
Aug 6, 2024
Sep 13, 2024

Repository files navigation

SuperIcosahedron

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

Formatting and code style

Format all shader files

task format-shaders

Other checks run w/ pre-commit

pip install pre-commit
pre-commit install

Dev dependensies

Ubuntu

sudo apt install clang-format
npm install -g @go-task/cli

Windows

# for clang-format
choco install llvm
choco install go-task

Build and deploy

task deploy-build-dev

Build from linux(WSL)

NOTE: Export templates should be installed

dev build

task dev-build-all

Downloading assets

Install rclone

winget install rclone

Configure connection w/ GUI in Configs>Create

rclone rcd --rc-web-gui

Get assets from cloud

task get-assets

Upload new assets

task push-assets