A simple Python Flask backend to host the Match Ten game.
-
Make sure you have Python 3.6+ installed on your system
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the Flask server:
python app.py
-
Access the game by opening a web browser and navigating to:
http://localhost:5000
- Match pairs of numbers that are either the same or sum to 10
- Use power-ups like hints, bombs, and undo moves
- Clear the board to win