Play with it https://joatansampaio.github.io/vuebik-cube/
Vuebik Cube is a lightweight single-page application built with Vue 3, TypeScript, and Vite.
- Play with a virtual Rubik's Cube in the browser and interact with it using your mouse, keyboard or UI controls.
- Serve as an educational example for building interactive puzzle UIs with TypeScript and reactive state.
Prerequisites: Node.js (14+ recommended) and a package manager (npm, yarn, pnpm).
Install dependencies:
npm install
# or
# yarn
# pnpm installRun the dev server:
npm run devOpen http://localhost:5173 (or the port shown by Vite) to view the app.
This project is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license. When using or redistributing this project or derivative works, you must give appropriate credit to the original author (Joatan) and include a link to the license. See the LICENSE file for details.
If you publish or distribute a derived project that uses substantial parts of this repository in a README, docs, or other prominent place, please attribute "Joatan Silva" and link to the original repository.