Summary
Keywords
Full Transcript
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: https://github.com/KeithGalli/Connect4-Python 🔗How to setup Python 3 and Sublime text: https://www.youtube.com/watch?v=2nQNsrhaMpA 🔗SublimeREPL: https://packagecontrol.io/packages/SublimeREPL Video from Keith Galli. Check out his channel: https://www.youtube.com/channel/UCq6XkhO5SZ66N04IcPbqNcw ❤️ Try interactive Python courses we love, right in your browser: https://scrimba.com/freeCodeCamp-Python (Made possible by a grant from our friends at Scrimba) -- Learn to code for free and get a developer job: https://www.freecodecamp.org Read hundreds of articles on programming: https://medium.freecodecamp.org
