lots of bugs
This commit is contained in:
parent
2904e1406d
commit
b6b5b08977
|
|
@ -8,3 +8,5 @@ I might make a GUI in Pygame, depends if i cbs
|
||||||
|
|
||||||
todo list:
|
todo list:
|
||||||
3 gamemodes total. ~~player vs player on the same device~~, ~~player vs player lan~~, and player vs computer
|
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.
|
||||||
1
main.py
1
main.py
|
|
@ -138,6 +138,7 @@ def play_lan_server():
|
||||||
lambda p, b: send_and_return_local_move(p, b, conn),
|
lambda p, b: send_and_return_local_move(p, b, conn),
|
||||||
lambda p, b: socket_receive_move(conn)
|
lambda p, b: socket_receive_move(conn)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def play_lan_client():
|
def play_lan_client():
|
||||||
while True:
|
while True:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user