GithubHelp home page GithubHelp logo

gomukuai_python's Introduction

Welcome to GOMOKU DOWNLOAD INSTRUCTION!!!

Step1:

  • Clone this repository ,navigate into the directory called Gomoku-GameTreeSearch and run Python2 on the file called GUI.py.

    git clone https://github.com/BryanLX/GomukuAI_python.git

    cd Gomoku-GameTreeSearch

    python GUI.py

You'll see the following interface :

Alt text Alt text Alt text

Step2:

  • Select the difficulty mode from the menu bar on the left side of the interface:

    Simple-1: game tree search with depth 1, Player goes first (Which is just heuristic search)

    Simple-2: game tree search with depth 1, AI goes first

    Normal-1: game tree search with depth 3(with alpha beta cut), Player goes first

    Normal-2: game tree search with depth 3(with alpha beta cut), AI goes first

Alt text

(if you want try different depths, you can also manually set the depth in the minimax search file. However, if it is larger than 4, the response time for each step is crazy long since the searching state is so huge)

If you want to know more about our implementation, click here.

Click Quit to exit the game, Enjoy!

------------------------------------------------------------------------------------------

Copy right reserved to:

Bin Liu: [email protected]

BingZhao Shan: [email protected]

gomukuai_python's People

Contributors

bryanlx avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.