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

https://github.com/jottenlips/vestaboard-go

⚫️ Play the ancient game of Go against a simple heuristic algorithm on your Vestaboard ⚪️
https://github.com/jottenlips/vestaboard-go

bun cli games go javascript nodejs retro split-flap split-flap-display typescript vestaboard

Last synced: 2 months ago
JSON representation

⚫️ Play the ancient game of Go against a simple heuristic algorithm on your Vestaboard ⚪️

Awesome Lists containing this project

README

          

# vestaboard-go

![Go Demo](./demo.jpg)

To install dependencies:

```bash
bun install
```

.env

```
VESTABOARD_WRITE_KEY=.....
```

To play the Go AI (Good ol fashion AI) run:

```bash
bun run play.ts
```

This project was created using `bun init` in bun v1.0.1. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.