Skip to content

bettyballin/matchten-claude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Match Ten Game Backend

A simple Python Flask backend to host the Match Ten game.

Setup Instructions

  1. Make sure you have Python 3.6+ installed on your system

  2. Install the required dependencies:

    pip install -r requirements.txt
    
  3. Run the Flask server:

    python app.py
    
  4. Access the game by opening a web browser and navigating to:

    http://localhost:5000
    

Game Features

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published