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 ⚪️
- Host: GitHub
- URL: https://github.com/jottenlips/vestaboard-go
- Owner: jottenlips
- Created: 2025-05-21T14:44:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-28T20:05:45.000Z (about 1 year ago)
- Last Synced: 2026-02-06T03:42:15.536Z (4 months ago)
- Topics: bun, cli, games, go, javascript, nodejs, retro, split-flap, split-flap-display, typescript, vestaboard
- Language: TypeScript
- Homepage:
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vestaboard-go

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.