Welcome to the ultimate Rock-Paper-Scissors challenge! This project is built using Flask for the backend and HTML/CSS for the frontend, making it a fun and interactive web experience. Enjoy the game and see if you have what it takes to be the champion!
This game is designed to test your skills against the computer in a thrilling competition. Each match consists of 3 sets, and each set has 3 rounds. Your goal is to outsmart the computer and be the first to reach 3 points. If you reach 3 points first, you'll be crowned the ultimate winner!
Flask:
The backend framework used to manage the application logic interactions.
HTML & CSS:
The core technologies for structuring and styling the web pages.
- Clone the repository:
git clone https://github.com/farzamgt/Flask-game.git
- Navigate to the project directory:
cd Flask-game
- Install the required dependencies:
pip install -r requirements.txt
- Run the development server:
flask run
You can access the game at http://127.0.0.1:5000/