https://github.com/mtlh/scrabble
Basic scrabble in the terminal.
https://github.com/mtlh/scrabble
game python scrabble-game
Last synced: 3 months ago
JSON representation
Basic scrabble in the terminal.
- Host: GitHub
- URL: https://github.com/mtlh/scrabble
- Owner: mtlh
- Created: 2019-09-17T19:24:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T21:46:49.000Z (over 5 years ago)
- Last Synced: 2025-01-03T04:46:39.638Z (5 months ago)
- Topics: game, python, scrabble-game
- Language: Python
- Homepage:
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scrabble game:
Utilizes threads to allow multiple loops to run simultanously, therefore certain editiors and environments might not be able to run. I run it in VS code.
The game is where you are given a string and have to get all the possible words woth a combination of the given characters, this is within a set time limit so the aim is to rush to find the most words in the time.
After completion of time, the user is given a menu to analyse averages, and other varieties of statistics.