Skip to content

Viriliter/ScrabbleProject

Repository files navigation

SCRABBLE PROJECT

A real-time, multiplayer Scrabble-like game built with a Python Flask backend and HTML/JavaScript frontend. The project features AI opponents as well for more challenging opponents.

Requirements

  • Python 3.10 and above

Dependencies

  • Flask
  • Flask-SocketIO
  • Deprecated
  • Numpy
  • Cryptography

Installation

  • Clone the repository
git clone https://github.com/Viriliter/ScrabbleProject.git
  • Go to project folder
cd ScrabbleProject
  • Install project dependencies
pip install -r dependencies.txt
  • Run the server
python3 -m app
  • Open the browser and go to https://127.0.0.1:5000

  • Click Advanced option, and Click into Proceed to 127.0.0.1 (unsafe).

Screenshots

Home Page

Board

About

Multiplayer, real-time Scrabble game with Flask backend and JavaScript frontend.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors