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.
- Python 3.10 and above
- Flask
- Flask-SocketIO
- Deprecated
- Numpy
- Cryptography
- 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
Advancedoption, and Click intoProceed to 127.0.0.1 (unsafe).

