You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tic-Tac-Toe game, a classic game for two players where each player takes turns marking a grid of 3x3 squares with their X or O. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game. It is also known as Noughts and Crosses or Xs and Os. The game is implemented using React and CSS [ARCHIVED]
A classic Tic-Tac-Toe (XO) game built with HTML, CSS, and JavaScript. Features a responsive board, interactive gameplay, win detection, and a restart option.
🎲 This project showcases an interactive Tic-Tac-Toe experience, enhanced by sophisticated artificial intelligence. Developed from the ground up, the game features intricate algorithms designed to challenge and engage players at every level.
This repository features a Tic Tac Toe game developed using JavaFX. Enjoy the classic two-player experience with an interactive UI, automatic restart, and error handling for selected cells. Have fun playing Tic Tac Toe with JavaFX!
🕹️ A full-stack, MERN-Typescript stack Tic Tac Toe game featuring a responsive React frontend and a robust Node.js/Express backend. Includes multiplayer and AI gameplay, a dynamic leaderboard with ELO rankings, and user profile management, all integrated with TypeScript and MongoDB.
Tic Tac Toe Game is a simple online multiplayer game built with Firebase and Jetpack Compose. The game allows two players to play the classic XO (Tic-Tac-Toe) game together in real-time. The app aims to create a seamless and engaging gaming experience with a simple architecture and a focus on real-time functionality.
This TicTacToe project is a simulation of the Famous real-world TicTacToe Game, but instead of using circles and X's you can pick from a lot of other shapes, it was built by Vanilla JavaScript.