All Projects → classLfz → gomoku-react

classLfz / gomoku-react

Licence: MIT license
使用react、redux编写的一个简易网页版五子棋

Programming Languages

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

Projects that are alternatives of or similar to gomoku-react

alphaFive
alphaGo版本的五子棋(gobang, gomoku)
Stars: ✭ 51 (+168.42%)
Mutual labels:  gomoku
alpha sigma
A pytorch based Gomoku game model. Alpha Zero algorithm based reinforcement Learning and Monte Carlo Tree Search model.
Stars: ✭ 134 (+605.26%)
Mutual labels:  gomoku
Gomoku-Debugger
Desktop Debugger for CS303 (Artificial Intelligence) Gomoku Project / 和自己的五子棋 AI 桌面对战
Stars: ✭ 18 (-5.26%)
Mutual labels:  gomoku
gomoku-battle
Gomoku Battle is a cross-language cross-system battle platform.
Stars: ✭ 18 (-5.26%)
Mutual labels:  gomoku
15 by 15 AlphaGomoku
An implementation of improved AlphaGo algorithm in the game of Gomoku.
Stars: ✭ 53 (+178.95%)
Mutual labels:  gomoku
blupig-gomoku
A serious Gomoku board game AI written in C++
Stars: ✭ 66 (+247.37%)
Mutual labels:  gomoku
Alphazero gomoku
An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
Stars: ✭ 2,570 (+13426.32%)
Mutual labels:  gomoku
Alpha Zero General
A clean implementation based on AlphaZero for any game in any framework + tutorial + Othello/Gobang/TicTacToe/Connect4 and more
Stars: ✭ 2,617 (+13673.68%)
Mutual labels:  gomoku
AlphaZero Gobang
Deep Learning big homework of UCAS
Stars: ✭ 29 (+52.63%)
Mutual labels:  gomoku
blackstone
Gomoku (Five in a Row) game manager with a powerful built-in AI, written in Java with a clean, minimal interface.
Stars: ✭ 33 (+73.68%)
Mutual labels:  gomoku
gobang
一个五子棋AI,使用原生JavaScript开发
Stars: ✭ 22 (+15.79%)
Mutual labels:  gomoku
gomoku-wasm
A Gomoku game implements with WebAssembly
Stars: ✭ 30 (+57.89%)
Mutual labels:  gomoku

Gomoku-React

查看在线例子

使用React.js + react-redux来编写的一个简易的网页版五子棋小游戏。

本来只是想学一下react跟redux的,但是莫名其妙的写了一个笨到我自己都想哭的AI(项目文件里边的src/containers/Footprint.js)。如果有人感兴趣,欢迎去完善加强它。

开发

确认你已经安装好了node.js环境。

安装依赖

yarn

开启项目

yarn start

语法检查

yarn eject

项目打包

yarn build

本地访问:localhost:3000

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].