Tic Tac Toe or Xs and Os is a paper-and-pencil game for two players who take turns marking the spaces in a three-by-three grid, one with Xs and the other with Os. A player wins when they mark all three spaces of a row, column, or diagonal of the grid, whereupon they traditionally draw a line through those three marks to indicate the win. It is a solved game, with a forced draw assuming best play from both players.
- HTML5
- CSS
- JavaScript (ES6+)
Articles and videos that I was inspired and used to write the base and how to solve a given problem with the tic tac toe's logic. Project is work in progress. This project is going to be totally rewritten and the code is a draft version.
- Wikipedia: Tic-tac-toe
- GeeksForGeeks: Simple Tic-Tac-Toe Game using JavaScript
- Simple Tic-Tac-Toe JavaScript game for beginners
- Create a simple Tic-Tac-Toe game using HTML, CSS, JavaScript
- How to Code Tic Tac Toe in JavaScript
- How to create a Tic Tac Toe game with HTML, CSS, and JavaScript
- How to Write an Unbeatable Tic-Tac-Toe in JavaScript
- JavaScript tic tac toe - beginner level - t24
- JavaScript tic tac toe - intermediate level - t24
- Vanilla JavaScript Tic Tac Toe
- Stackoverflow: Simple Javascript Tic-Tac-Toe game
- Stackoverflow: HTML/JavaScript Tic Tac Toe with a 2D array
- Tic Tac Toe in JavaScript (Super Simple!)
- Build Tic Tac Toe With JavaScript - Tutorial
- Coding a Tic-Tac-Toe game
- How to Win Tic-Tac-Toe: The Strategies You Need to Master