-
Notifications
You must be signed in to change notification settings - Fork 70
Project P15: Tic Tac Toe
GirlScript Jaipur edited this page Jun 25, 2019
·
1 revision
Mentor: Varun Krishna S
This project would teach you to comfortably code simple strategies in python,understand basic principles of zero sum game.Strategies that can be applied to solve it.
- Creation of the base structure (Day 1)
- Creation of a basic two player game (Day 1)
- Creation of a basic bot which makes moves randomly (Day 2)
- Tweaking the Logic of bot (Day3)
- Implementing Min-Max algorithm (Day 4 -)
- Implementing Reinforcement Learning (If time permits)
- https://inventwithpython.com/chapter10.html
- https://www.youtube.com/watch?v=9jw4ndKDpBE
- https://www.freecodecamp.org/news/how-to-make-your-tic-tac-toe-game-unbeatable-byusing-the-minimax-algorithm-9d690bad4b37/
- https://towardsdatascience.com/reinforcement-learning-and-deep-reinforcementlearning-with-tic-tac-toe-588d09c41dda
Let's Code for Freedom!