Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tmandry/pentago

A simple implementation and AI for the game Pentago in Go
https://github.com/tmandry/pentago

Last synced: about 1 month ago
JSON representation

A simple implementation and AI for the game Pentago in Go

Awesome Lists containing this project

README

        

pentago
=======

A simple implementation and AI for the game Pentago in Go. I implemented this for an AI class assignment.

To run: Clone and cd into this repository, and type
```sh
go run main.go
```
To see the AI play itself. To play the AI, you can, for example:
```sh
go run main.go human ai
```
You can provide zero, one, or two parameters, and acceptable values are **human**, **random**, and **ai**.