Connect 4 game with ReactJS
-
Updated
Nov 6, 2022 - TypeScript
Connect 4 game with ReactJS
Tic-Tac-Toe with AI is a web-based game built using React. The game provides a simple interface for playing Tic-Tac-Toe against an AI opponent. The game logic is implemented in JavaScript, and it uses the minimax algorithm to create a challenging AI opponent.
Implementation of minimax algorithm (without alpha beta pruning) that determine the optimal move of crossing-dot game.
TicTacToe written in TypeScript with minimax AI
Tic-Tac-Toe game to play against various Artificial Intelligence algorithms like Minimax, Alpha-Beta Pruning & Hill Climbing
Simple 3x3 tic tac toe with minimax implemented in C++, compiled to wasm and run in web worker
Play chess with anyone, in your browser
A two player domino-placing game (with game AI) built with React and TypeScript
openchessengine is an open source typescript implementation of a chess engine
A light-weight NPM package that provides a Tic Tac Toe engine with the unbeatable minimax AI algorithm.
A Node.js Reversi (Othello) game engine with alpha-beta pruning and a heuristic, packaged for npm.
Connect Four Game
This is a mini chess game developed using the Next.js framework, where you can play against an AI opponent. It is a simple but fun game that can be enjoyed by players of all ages.
Tic Tac Toe game in typescript where users can play locally against each other or the cpu using a minimax algorithm to be unbeatable
This is a mini chess game developed using the Next.js framework, where you can play against an AI opponent. It is a simple but fun game that can be enjoyed by players of all ages.
Play Tic Tac Toe against an AI that uses the Minimax algorithm.
The famous tic tac toe game build in ReactJS with TypeScript
Tic-Tac-Toe Minimax Visualization
Tic tac toe game with ai using minimax algo
Add a description, image, and links to the minimax-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the minimax-algorithm topic, visit your repo's landing page and select "manage topics."