12 lines
464 B
Markdown
12 lines
464 B
Markdown
# connect-4
|
|
|
|
This will eventually become a connect-4 game written in Python with an AI opponent you can play.
|
|
|
|
I will make and train the AI myself.
|
|
|
|
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. |