Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tmandry/pentago
- Owner: tmandry
- Created: 2013-12-05T08:00:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-05T21:30:51.000Z (about 11 years ago)
- Last Synced: 2024-10-14T11:52:33.336Z (3 months ago)
- Language: Go
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**.