Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francescov1/scrabble-brain
https://github.com/francescov1/scrabble-brain
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/francescov1/scrabble-brain
- Owner: francescov1
- Created: 2019-09-23T14:08:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:38:37.000Z (about 2 years ago)
- Last Synced: 2023-03-01T15:26:46.413Z (almost 2 years ago)
- Language: Python
- Size: 1.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bessie - The Scrabble Playing Robot
This project is built up of the 4 modules listed below:
* [scrabble-vision](https://github.com/francescov1/scrabble-vision)
* [scrabble-control](https://github.com/francescov1/scrabble-control)
* [scrabble-brain](https://github.com/francescov1/scrabble-brain)
* [scrabble-init](https://github.com/francescov1/scrabble-init)## Brain
### Get started
* create a virtual env for this project (must use Python3)
* run `pip install -r requirements.txt`### Run gameplay
If you would like to run the gameplay at the command-line level (to test), run `python run.py`
### Run server
To run the server, which will allow this module to interact with other modules in the project, run `python server.py`