Here is the demo Website.
This Repo is for making Scrabble game. Please See these PPT for understanding algorithm and working model.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Python3
first clone this git repository or download zip file.
git clone https://github.com/yatin2410/Scrabble.git
Installing dependancies
pip install dawg
pip install texttable
Now, go to folder
cd scrabble\MainLogic
starting script
python main.py
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Python3, node and mongodb
first clone this git repository or download zip file.
git clone https://github.com/yatin2410/Scrabble.git
Now, go to folder
cd scrabble\Web
Installing dependancies
pip install dawg
npm install
now run using
npm run server
This project is licensed under the MIT License - see the LICENSE file for details