Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxogod/wordlegameinpython
https://github.com/maxogod/wordlegameinpython
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxogod/wordlegameinpython
- Owner: maxogod
- Created: 2022-07-16T18:37:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T02:47:43.000Z (over 2 years ago)
- Last Synced: 2023-03-08T17:55:45.272Z (almost 2 years ago)
- Language: Python
- Size: 514 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordle-Game
Wordle in python.
(Run main.py to run the game)~~~
2 Players / Point based-Tries: 1 = 50p, 2 = 40p, 3 = 30p, 4 = 20p, 5 = 10p,
loss = -100p (player1) & -50p (player2).config_file.csv can be modified manually.
words are read from 4 books available at www.gutenberg.org
hence some are kind of odd.
~~~