All Projects → noiron → tic-tac-toe-js

noiron / tic-tac-toe-js

Licence: other
No description or website provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to tic-tac-toe-js

checkers
A game of checkers written using minmax algorithm and alpha-beta pruning.
Stars: ✭ 19 (-5%)
Mutual labels:  minimax, alpha-beta-pruning
connect-four-js
Minimax and Alpha-Beta Pruning implementations in JavaScript
Stars: ✭ 21 (+5%)
Mutual labels:  minimax, alpha-beta-pruning
tic-tac-toe
Tic Tac Toe game implementation in Elm
Stars: ✭ 21 (+5%)
Mutual labels:  tic-tac-toe
gomoku-battle
Gomoku Battle is a cross-language cross-system battle platform.
Stars: ✭ 18 (-10%)
Mutual labels:  alpha-beta-pruning
tic-tac-toe-react
A simple React app that lets you play Tic-Tac-Toe in your browser
Stars: ✭ 20 (+0%)
Mutual labels:  tic-tac-toe
tictac
Un-winnable game of Tic Tac Toe using MinMax
Stars: ✭ 15 (-25%)
Mutual labels:  tic-tac-toe
ttt-tdd
Book about test-driven development with an example of making “Tic-Tac-Toe” by TDD · ❌ ⭕️ 🧪
Stars: ✭ 29 (+45%)
Mutual labels:  tic-tac-toe
tictactoe-ai-tfjs
Train your own TensorFlow.js Tic Tac Toe
Stars: ✭ 45 (+125%)
Mutual labels:  tic-tac-toe
ludorum.js
A board game framework, focused not on graphics or user interfaces, but on artificial players design, implementation and testing.
Stars: ✭ 13 (-35%)
Mutual labels:  alpha-beta-pruning
discord-tictactoe
Highly customizable innovative Discord Bot for playing Tic-Tac-Toe 🎮🏅
Stars: ✭ 84 (+320%)
Mutual labels:  tic-tac-toe
shallow-blue
UCI Chess engine written in C++11
Stars: ✭ 55 (+175%)
Mutual labels:  minimax
tic-tac-toe
Play tic-tac-toe in your Terminal
Stars: ✭ 42 (+110%)
Mutual labels:  tic-tac-toe
alpha-zero
AlphaZero implementation for Othello, Connect-Four and Tic-Tac-Toe based on "Mastering the game of Go without human knowledge" and "Mastering Chess and Shogi by Self-Play with a General Reinforcement Learning Algorithm" by DeepMind.
Stars: ✭ 68 (+240%)
Mutual labels:  tic-tac-toe
tictactoe-reinforcement-learning
Train a tic-tac-toe agent using reinforcement learning.
Stars: ✭ 36 (+80%)
Mutual labels:  tic-tac-toe
ultimate-ttt-rl
Reinforcement Learning based Ultimate Tic Tac Toe player
Stars: ✭ 20 (+0%)
Mutual labels:  tic-tac-toe
HexBot
A Relatively Simply Awesome Discord bot with Music, Games, Comics, Memes and other cool features. This bot is made in Python 3.8 using discord.py
Stars: ✭ 109 (+445%)
Mutual labels:  tic-tac-toe
boardgame
An online board game playground. Including lobby, chat
Stars: ✭ 11 (-45%)
Mutual labels:  tic-tac-toe
alphazero
Board Game Reinforcement Learning using AlphaZero method. including Makhos (Thai Checkers), Reversi, Connect Four, Tic-tac-toe game rules
Stars: ✭ 24 (+20%)
Mutual labels:  tic-tac-toe
AndTTT
🎲 Simple tic tac toe game for Android
Stars: ✭ 15 (-25%)
Mutual labels:  tic-tac-toe
FITTER
Fortran tIc Toc Timer
Stars: ✭ 14 (-30%)
Mutual labels:  tic-tac-toe

利用 Minimax 算法和 Alpha-Beta 剪枝算法来实现井字棋(Tic Tac Toe)的 AI 功能。

以下链接为使用 Alpha-Beta 剪枝算法的展示: https://tic-tac-toe-js-app.herokuapp.com/

本地运行:

git clone https://github.com/noiron/tic-tac-toe-js.git
cd tic-tac-toe-js
npm i
npm run dev
// open http://localhost:1234

screenshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].