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.
TicTacToe written in TypeScript with minimax AI
Play chess with anyone, in your browser
Implementation of minimax algorithm (without alpha beta pruning) that determine the optimal move of crossing-dot game.
A two player domino-placing game (with game AI) built with React and TypeScript
Tic-Tac-Toe game to play against various Artificial Intelligence algorithms like Minimax, Alpha-Beta Pruning & Hill Climbing
openchessengine is an open source typescript implementation of a chess engine
Simple 3x3 tic tac toe with minimax implemented in C++, compiled to wasm and run in web worker
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.
A smart Tic-Tac-Toe game powered by the Minimax algorithm with a visual decision tree.
Tic Tac Toe game in typescript where users can play locally against each other or the cpu using a minimax algorithm to be unbeatable
The famous tic tac toe game build in ReactJS with TypeScript
AI-powered Scrabble arena testing various AI strategies with experimental game variants [SOWPODS dictionary (267k words)]
A fun, mobile-friendly Tic-Tac-Toe game with an unbeatable AI (minimax),
Verse against an unbeatable AI in Tic-Tac-Toe.
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."