https://github.com/pragativerma18/scrabble
The game of scrabble using python.
https://github.com/pragativerma18/scrabble
Last synced: 3 months ago
JSON representation
The game of scrabble using python.
- Host: GitHub
- URL: https://github.com/pragativerma18/scrabble
- Owner: PragatiVerma18
- Created: 2019-07-02T16:14:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T14:55:40.000Z (over 6 years ago)
- Last Synced: 2025-03-14T10:44:02.815Z (7 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scrabble
The game of scrabble using python.
In this mini project using Python, we have processed some data from friends playing the game of scrabble and made an attempt to organize players, words, and points using dictionaries in Python.