LiXuanqi / gobang-AI

This is a gobang game with primary AI, built with JavaScript.

Home Page:http://gobang.lixuanqi.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gobang-AI

This is a gobang game with primary AI. You can play with computer.

Draw graphics with Canvas API and implement AI with minimax algorithm and Alpha–beta pruning.

Have fun and Enjoy it! 😝

Screenshot

Getting Started

Prerequisites

node.js is required to build this project.

Installing

  1. run npm run build in root directory.
  2. open /dist/index.html in your browser.

Built With

Task lists

  • Support two players.
  • improve AI algorithm.

Authors

  • Xuanqi Li - Initial work

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

This is a gobang game with primary AI, built with JavaScript.

http://gobang.lixuanqi.me/

License:MIT License


Languages

Language:JavaScript 100.0%