Up next


Develop an AI to play Connect Four - Python Tutorial

5 Views
AI Lover
3
Published on 10/01/23 / In How-to & Learning

Learn how to create an expert level artificial intelligence to play Connect Four using Python. We start out with a very simple implementation of just dropping a piece randomly and then progress to choosing a column based on score and then finally implementing the minimax algorithm with alpha beta pruning.

💻 Initial code: https://github.com/KeithGalli/Connect4-Python

🎥Developing the initial connect four game: https://youtu.be/XpYz-q1lxu8
🎥How a board game AI works: https://youtu.be/y7AKtWGOPAE
🎥Alpha-beta pruning: https://youtu.be/l-hh51ncgDI

Video from Keith Galli. Check out his channel: https://www.youtube.com/channe....l/UCq6XkhO5SZ66N04Ic

Keith on social media:
https://www.instagram.com/keithgalli/
https://twitter.com/keithgalli/

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://medium.freecodecamp.org

Show more
0 Comments sort Sort By

Up next