Skip to content

noiron/tic-tac-toe-js

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

利用 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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published