PyConnect-4

PyConnect-4

2 devlogs
3h 22m
Created by vindognz

PyConnect-4 is, you guessed it, Connect-4 made in Python. It is currently CLI but might eventually have a GUI, and I plan on training a neural network to become very good at it.

Timeline

Added LAN multiplayer (or online if you can port forward). It works using Python socket, bound to 0.0.0.0 on a really niche port so it won't interfere with anything.

Update attachment
WheeledCord WheeledCord 8 days ago
tuff

First devlog! I started the project yesterday, and got a basic board layout using nested arrays in ~1 hour (I hadn't installed the wakatime plugin yet 😭). Dropping was completed around 30 minutes later, after fixing some bugs. Around 2 hours in I installed the plugin and completed a checkWin() function. I don't know of any bugs at the moment, and it is completely functional for multiplayer use (sharing one device).

Update attachment