A fun and challenging tile-based puzzle game built with React and hosted on GitHub Pages.
Your goal is to arrange all the tiles on the board so that adjacent edges have matching numbers and colors.
👉 Play now: tetravex.smxlikith.xyz
- Drag and drop tiles onto the grid.
- Match all the numbers/colors on the touching edges.
- Solve the entire board to win!
- 🔢 Number + Color matching puzzle mechanics
- 🎨 Clean UI built with React
- 🖱️ Drag-and-drop interactions
- 📱 Responsive design (works on desktop and mobile)
- 🌐 Hosted for free on GitHub Pages
- React – Frontend framework
- Vite - Vite for bundling
- DnD Kit – Drag and drop interactions
- GitHub Pages – Deployment
Clone the repository and run locally:
# Clone repo
git clone https://github.com/smxlikith/tetravex.git
cd tetravex
# Install dependencies
npm install
# Start dev server
npm run devThis project is open source under the GPL-3.0 License
Inspired by the classic Tetravex puzzle game. Built as a fun project with React + GitHub Pages.


