1,167 results for “topic:tic-tac-toe-game”
Tic-tac-toe game from markdown file. This is a learning attempt to see how interactive Github readme file can be. Checkout the backend code here. https://github.com/sridhar-sp/tic-tac-toe-backend
Tic Tac Toe game with GUI in python using Tkinter and also a restart functionality and displays which player turn now.
Simple Tic Tac Toe Online Multiplayer made with Flutter for mobile application and NodeJS to create the Server.
Fila tre online per partite veloci con gli amici in un'interfaccia grafica accattivante
Tic Tac Toe Game | React.js
:video_game: 使用α-β剪枝(Alpha-beta-pruning)的极小极大算法(Minimax-algorithm)实现的井字棋(一字棋、tic-tac-toe)游戏。
AI bots playing Tic Tac Toe
Simple tic-tac-toe game built using HTML, CSS, and JavaScript.
TIC TAC TOE GAME IN C++ with computer and additional fastest first concept using graphics.h
Backend server for a tic-tac-toe game. frontend is a simple .md file. Checkout: https://github.com/sridhar-sp/tic-tac-toe
Tic Tac Toe Android Game With Source Codes. An unbeatable game of Tic Tac Toe. This tic-tac-toe game was developed using Android Studio
[ARCHIVED] 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
🎮 Tic-Tac-Toe (XO) — A classic game built with HTML 🌐, CSS 🎨, and JavaScript ⚙️. ✨ Features: 🧩 Responsive board 🖱️ Interactive gameplay 🏆 Win detection 🔁 Restart option
A simple Tic-Tac-Toe game built with React and TailwindCSS, featuring single-player and two-player modes.
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 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!
This is an android-based gaming project. There are two parts to this project. One is UI and the other is Back-End part. In it, I have used XML for the UI design and JAVA for the Back-End part.
Tic-Tac-Toe Game with an unbeatable AI using Minimax Algorithm
Repository for Ultimate Tic Tac Toe (android)
Invincible AI written in Go for Tic Tac Toe game.
Tic - Tac - Toe game implemented in assembly (8086)
🕹️ 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.
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.
Tic Tac Toe Game created using Kotlin Language in Android Studios, with Player vs Player and Player vs CPU
Tic Tac Toe implementation using TDD and made all tests run on every new pull request using Unity Actions.
🎲 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.
Advanced Tic Tac Toe Using JS.
A classic Tic-Tac-Toe game app built with JavaScript. Have fun playing
An innovative twist on the classic game, this C++ implementation of Ultimate Tic Tac Toe lets you play using arrow keys and special functions. With an attractive UI ! Must try this out
This tic-tac-toe game applies a minimax algorithm to AI players and no one can beat it. An invincible game!