crossmath-game
v0.0.0
Published
CrossMath is an interactive puzzle game developed using React and React-Pixi. Test your math skills by solving equations on a dynamic game board while engaging with smooth drag-and-drop mechanics.
Downloads
61
Readme
React + Vite
CrossMath is an interactive puzzle game developed using React and React-Pixi. Test your math skills by solving equations on a dynamic game board while engaging with smooth drag-and-drop mechanics.
Features:
• Customizable Game Board: A flexible 11x11 grid with obstacles (#), predefined values, and open slots (...) for player tiles.
• Drag-and-Drop Interactions: Intuitive gameplay with precise tile placement functionality.
• Math-Based Challenges: Solve equations involving addition, subtraction, multiplication, and division to complete the puzzle.
• Optimized Performance: Built with React-Pixi for smooth animations and efficient rendering.
How to Play:
1. Examine the game board with predefined equations and obstacles.
2. Drag number tiles to the correct spots to solve the equations.
3. Complete all equations to win the game.
Tech Stack:
• React: For UI development.
• React-Pixi: For rendering high-performance graphics.
• JavaScript/TypeScript: Core programming languages.
Get Started:
Clone the repository and run the development server to try it out:
git clone https://github.com/your-repo/crossmath-game.git
cd crossmath-game
yarn
yarn dev
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh