Found 9,304 repositories(showing 30)
gomoku
Gomoku game (Five in a Row) playing program with a really strong advanced artificial intelligence algorithm (evaluation function, mini-max with cut offs, alpha-beta, transposition table, situation signatures, candidate generating, expert knowledge, further enhancements). Very heavly documented in author's native language (polish) - see Documentation_PL folder. Other tags: Tic Tac Toe, 5 in a Row, Go-Moku, Connect, Connect5, Connect6, Caro, Noughts and Crosses, AI, engine. Original author: Michał Czardybon Original website: http://mczard.republika.pl/gomoku.en.html Email: mczard@poczta.onet.pl Country: Poland Programming language: C++ IDE: Visual Studio 6.0 project (works also in 7.1) Year: 2002 (this project has over 13 years!) Notes: First time on any source code repository.
anshull-rajput
“A simple and interactive C++ Tic-Tac-Toe game with clean console UI, 2-player mode, input validation, and organized game logic. This project demonstrates fundamental programming concepts such as loops, functions, condition checking, and board management.”
Starter project for a multiplayer tic-tac-toe game using Colyseus and Phaser 3.50
0xabdulkhaliq
Digitalized Tic Tac Toe game, Built during partial completion of Odin Project Curriculam
Ilyas99786
A console-based Tic Tac Toe game developed using Java. It features a human vs computer mode, turn-based gameplay, input validation, and win/draw detection. This project focuses on core Java concepts, clean logic, and problem-solving skills.
Dhaval1094
Play Tic Tac Toe game with TCP/IP socket connection. Project structure follows MVP architecture. -> Swift 5.0
daniel149afonso
This project is a Tic Tac Toe (Morpion) game built with React.
mrkaluzny
Tic Tac Toe - simple game for Free Code Camp project
No description available
Nasrum190
No description available
VanessaAoki
This project consists of a Ruby version of the Tic Tac Toe game. You and a friend can play it directly at the terminal.
dylanbuchi
I took on a challenge to build 31 mini-projects using Python. These projects included a variety of applications and features, such as a hangman game, a tic-tac-toe game, a quiz program, and a flash cards app.
prettyirrelevant
A Django-Channels project that implements video-call(WebRTC), real-time chatting and a real-time tic tac toe game.
MidhileshRaj
This project is a simple yet engaging implementation of the classic Tic Tac Toe game built using Flutter framework. It offers a delightful user experience with its intuitive UI and smooth animations. Players can enjoy the timeless fun of Tic Tac Toe either against an AI opponent or with a friend in a local multiplayer mode.
aorabdel
A Qt project using C++ implementing a GUI game of Tic Tac Toe.
samuelowino
A tic tac toe game simulator built on c++ that comprises a Neural Network as an intelligent player. This project aims to address the technicality involved in integrated NCPs (Non-character Players) in game play from the game engine level.
anapdh
This project consists of building a Ruby terminal version of Tic Tac Toe, using classes and methods as set-up elements for the game.
akashyap2013
In this project, we are going to learn how to make Tic Tac Toe Game With HTML CSS and JavaScript
hoangsonww
🎲 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.
Akarsh-dwivedi-7
Tic-Tac-Toe Game A fun and interactive Tic-Tac-Toe game built using HTML, CSS, and JavaScript. This project was developed to demonstrate the use of basic web technologies and improve my skills in frontend development.
DeliceLydia
This project is about building a Tic Tac Toe game that can be played on the command line.
usamam46-git
Made this tic-tac-toe game using HTML, CSS and JavaScript. Added some functional buttons too.
jurgen1c
In this project a game of tic tac toe will be developed using ruby
Anna-Myzukina
An OOP (Object Oriented Programming) project. This is a part of a series of projects to be completed by students of Microverse. Microverse version of Tic-Tac-Toe game. I Built a tic-tac-toe game on the command line where two human players can play against each other and the board is displayed in between turns.
oleonardosilva
This project is a reinterpretation of the iconic Tic Tac Toe, using JavaScript, HTML and CSS technologies. My goal was to not only recreate a timeless game, but also provide a visually appealing and modern experience for all players.
KrunalKharat02
Basics projects for beginners, like Tic-Tac-Toe, snake game etc
diazgio
Tic-tac-toe, noughts and crosses, or Xs and Os is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.
RNtaate
This project emulates the tic-tac-toe game obtained from the Odin project https://www.theodinproject.com/courses/ruby-programming/lessons/oop
aman9113
This tic tac toe game created by me using html,css,js for class project.
DrGhost019
A simple Tic Tac Toe game implemented in C++ featuring both two-player mode and single-player mode against an AI opponent. This project serves as practice for algorithms, game logic, and console-based user interface implementation.