ianianda / Gomoku

A simple man v.s. PC Gomoku game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gomoku

A simple man v.s. PC Gomoku game in Python. live demo: https://youtu.be/yjFs4SOxnYQ

Synopsis

User plays with computer through commandline. The computer is going to calculate the max winning chance of the next step through some algorithms.

Motivation

I am currently studying game programming. Having looking through some materials about how to design the AlphaGo, I have decided to apply for my favourite board game that I play since grade 1.

Getting Started

System Setup: winX64 Python version: 2.7

Prerequisities

You need to install python 2.7 or higher version to run it on a win 64 system.

Installing

Python version: 2.7 or higher version

Example Use

N/A

API Reference

N/A

Running the tests

N/A

Break down into end to end tests

N/A

And coding style tests

N/A

Deployment

N/A

Built With

This is an individual and original work.

Contributing

A neural network and deep learning training field.

Versioning

2.0

Authors

Yan Wang

License

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

Acknowledgments

N/A

About

A simple man v.s. PC Gomoku game

License:MIT License


Languages

Language:Python 100.0%