lots of bugs

This commit is contained in:
Vincent Rodley 2025-08-04 10:53:43 +12:00
parent 2904e1406d
commit b6b5b08977
2 changed files with 3 additions and 0 deletions

View File

@ -8,3 +8,5 @@ I might make a GUI in Pygame, depends if i cbs
todo list:
3 gamemodes total. ~~player vs player on the same device~~, ~~player vs player lan~~, and player vs computer
remember last ip you played against. stop multiple ppl from joining a game lmao. make it so when ppl leave the game ends instead of just crashing.

View File

@ -138,6 +138,7 @@ def play_lan_server():
lambda p, b: send_and_return_local_move(p, b, conn),
lambda p, b: socket_receive_move(conn)
)
def play_lan_client():
while True: