https://github.com/mtrazzi/beating-myself-at-go
I want to create a bot that would be able to beat me at the game of go
https://github.com/mtrazzi/beating-myself-at-go
Last synced: about 2 months ago
JSON representation
I want to create a bot that would be able to beat me at the game of go
- Host: GitHub
- URL: https://github.com/mtrazzi/beating-myself-at-go
- Owner: mtrazzi
- Created: 2017-09-12T15:32:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-23T21:15:18.000Z (over 8 years ago)
- Last Synced: 2025-03-22T19:46:24.456Z (about 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beating-myself-at-go
* Being a strong amateur go player (2d) I always wanted to program my own go bot.
* Since Lee Sedol lost against Alphago, implementing an AI that could beat me seemed possible using Deep Learning
* For now I just implemented a simple terminal interface to play go.

## Getting Started
To launch a game :
```
python main.py size-of-board
```
For example :
```
python main.py 19
```
### Prerequisites
You will need to have python 3 and numpy installed
### Installation
First you will have to clone the repository or download it.
Cloning the repository :
```
git clone https://github.com/mtrazzi/beating-myself-at-go
```