To create a simple and fun Naughts and Crosses (Tic-Tac-Toe) web app for two players to play on a single
device.
The Process
Design: Planned the game's layout and decided to use HTML, CSS, and JavaScript.
HTML: Built the game board and basic structure.
CSS: Styled the board to look nice and work on all devices.
JavaScript: Added game logic for player turns, win/draw checks, and board updates.
Testing: Played the game to find and fix any bugs, ensuring everything worked smoothly.
The Outcome
A functional and easy-to-use Tic-Tac-Toe web app that allows two players to enjoy the game on the same
device. The game features a clean interface and clear win/loss messages.