Skip to content

Project P15: Tic Tac Toe

GirlScript Jaipur edited this page Jun 25, 2019 · 1 revision

Details

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.

Road Map

  1. Creation of the base structure (Day 1)
  2. Creation of a basic two player game (Day 1)
  3. Creation of a basic bot which makes moves randomly (Day 2)
  4. Tweaking the Logic of bot (Day3)
  5. Implementing Min-Max algorithm (Day 4 -)
  6. Implementing Reinforcement Learning (If time permits)

Resources