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.
WheeledCord
Check their projects out: SnakeOS - An OS that only plays snake, written in pure Assembly., Thinkpad keyboard to USB, i dont have a name yet, Mapshift, 3D48, Dodgy URL Shortner, fauxCRT
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
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.
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).