Activity

LeeTuah

I added a lot more stuff to the multiplayer connection part. I made it so that people can host rooms, with a room ID and a password. Similarly, people can join other rooms as well with other people’s room IDs. A lot more time was spent than expected because there were some notorious errors to fix.

0
LeeTuah

I started working on the multiplayer side of the game. I made a basic server using socket which accepts reqeust from multiple clients. More features will be added very soon.

Attachment
0
LeeTuah

I tested this program with Linux wayland environments, and found there were bugs with how pynput and playing sound worked in linux. Only for linux, I swapped pynput for termios and tty for accepting user input. For all users, I updated playsound3 to sounddevice and numpy and created a ding sinosidal function using numpy to play the specified sound.

0
LeeTuah

I added a keyboard below the wordle screen so that you can see what letters you have used.

0
LeeTuah

I made a working singleplayer prototype for the wordle clone.

0
LeeTuah

I made the basics of a wordle. I printed the board, and handled user input and stuff without bugs (so far I have tested so).

Attachment
0