A fun litle project.
Tic Tac Toe Game developed in Python with recurse to pygame. To spice a litle bit, i'm implementing some algorithms.
- Created a Tic-Tac-Toe game using Pygame.
- Tradition game Tic-Tac-Toe that you can play against the computer. The computer uses Algorithms such Minimax and Alpha-beta pruning to play.
- Utilized: Python, Pygame and Algorithms (Minimax, Alpha-beta pruning)