Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxogod/wordlegameinpython


https://github.com/maxogod/wordlegameinpython

Last synced: about 2 months ago
JSON representation

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.
~~~