An open API service indexing awesome lists of open source software.

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

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.

![example](https://raw.githubusercontent.com/mtrazzi/beating-myself-at-go/master/resources/alphago_ke_jie.png)

## 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
```