Skip to content

dy0gu/cubik

It's harder than it looks! 👀⚔️

logo

Cubik is a simple game based on the 8-puzzle dilemma. The goal is to arrange the numbers in ascending order by moving the pieces through the empty space. It seeks to expand on the original concept by using varying board sizes and statistics tracking.

Development 🛠️

  • Clone the repository:

    git clone https://github.com/Dy0gu/Cubik.git
  • Install the dependencies:

    flutter pub get
  • Install git hooks:

    dart run husky install
  • Generate the localization files:

    flutter gen-l10n
  • Run the app on your platform of choice:

    flutter run

Build & Deployment 🚀

  • TODO