PyWeek - 😉 - feedback
Krzysztof
DR0ID
Well, since I don't know how a normal wordle works I had no clue what I should be doing. I was not sure if my console was working correctly at all.
Also the requirements.txt is not complete the playsound module is missing (newest version 1.3.0 did not work.... but 1.2.2 but I did not hear anything!).
Using Win10, cmd line (in powershell it didn't appear at all).
Thanks for your time.
zwerver
I've never played WORDLE so I was a bit confused. I think I won a few times?
MrTanoshii
Error on start
Traceback (most recent call last):
File "C:\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Python310\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "F:\pyweek\33\dle\wink\src\__main__.py", line 6, in <module>
import playsound
ModuleNotFoundError: No module named 'playsound'
RicBin
The game lacks instructions, so it's confusing at first, especially since I've never played Wordle. I eventually understood the game. I'm not a native English speaker or a writer (in this case), so it was very difficult for me.
I didn't expect the game to run on console, it was cool.
The music didn't work for me.
DragonMoffon
I ran as instructed. A bunch of errors popped up. Eventually worked after running like three times, but the inputs were messed up and wouldn't press properly (piano came out as iiaaao) 0/5
Very "fun" game, awesome implementation of the theme. Didn't win but I almost had fun losing, so there's that.
Awesome effort.