Skip to content
This repository has been archived by the owner on Dec 16, 2018. It is now read-only.

lucaspar/scrabble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SCRABBLE

About

Scrabble with replicas

Requisites

  • Ubuntu
  • Python (& pip)
  • Word list sudo apt install wbrazilian
  • Tkinter sudo apt install python-tk
  • Sorted Containers sudo pip install sortedcontainers

Playing

cd scrabble

# give exec permissions
chmod +x replica.py proxy.py player.py

# run réplica(s)
./replica.py

# run proxy
./proxy.py

# run players
./player.py

Releases

No releases published

Packages

No packages published