en | ru
Knight Move is a minimalistic logic game built with Vue.js, inspired by the classic chess knight movement.
The goal of the game is to move the knight across the board following chess rules, testing your spatial thinking, logic, and planning skills.
The project focuses on clean UI, smooth interactions, and simple but engaging gameplay.
- Classic Knight Movement: Move strictly according to chess rules.
- Logic-Based Gameplay: Improves planning and spatial thinking.
- Minimalistic UI: Clean and distraction-free design.
- Responsive Layout: Play comfortably on desktop and mobile devices.
- Vue.js — Progressive JavaScript Framework
- pnpm — Fast, disk-efficient package manager
- HTML / CSS — Structure and styling
- JavaScript — Game logic
To get a local copy up and running, follow these simple steps.
- Clone the repository
git clone https://github.com/alyreniko/knight-move.git
- Navigate to the project directory
cd knight-move - Install dependencies
pnpm install
- Start the development server
pnpm run dev
Made with ❤️ by alyreniko