Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/francescov1/scrabble-brain


https://github.com/francescov1/scrabble-brain

Last synced: 5 days ago
JSON representation

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`