Connect Four Python Game Tutorial with pygame

Learn how to program Connect Four in Python 3 and pygame. First, see how to store the board state, and build a simple command line interface for dropping pieces. Then see how to write a function to check for wins. Finally, learn to build graphics for your game. 💻Code: 🔗How to setup Python 3 and Sublime text: 🔗SublimeREPL: Video from Keith Galli. Check out his channel: -- Learn to code for free and get a developer job: Read hundreds of articles on programming:
Back to Top