News

This paper introduces a novel approach in playing Tic Tac Toe by replacing traditional Xs and Os with synonyms sourced from a lexical database, WordNet. Leveraging Reinforcement Learning (RL), our ...
Tic-tac-toe write up attempt 1 You will create tic tac toe NOW and learn how to code. The Board. For tic tac toe you need a board, of course. Arrays. You should probably use them. You can also put ...
This project implements a classic Tic Tac Toe (X O) game using Python's Tkinter library for the graphical user interface. The game allows a user to play against the computer, where the user plays as ...
Tic-Tac-Toe Game is a very popular game played by two participants on the grid of 3 by 3. A special symbol (X or O) is assigned to each participant to indicate that the slot is covered by the ...