Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 402 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 402 Bytes

TicTacToeRaylib

Tic Tac Toe Raylib Implementation

  • Raylib installation required (Download here: https://www.raylib.com)
  • Raylib implementation of Tic Tac Toe
  • Fully playable Tic Tac Toe game with
    • Player vs Player
    • Player vs AI (Both a Minimax and Monte Carlo Search Tree bot)

Known Bugs:

  • Move Statistics for the AI bots displayed incorrectly
  • Bots always make the same first move