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

https://github.com/aquapi/gomoku

Gomoku game
https://github.com/aquapi/gomoku

Last synced: 24 days ago
JSON representation

Gomoku game

Awesome Lists containing this project

README

          

# Gomoku
A Gomoku multiplayer server in TypeScript.

```bash
// Start the dev server
bun dev

// Start the prod server
bun start

// Install prod dependency
bun build:prod
```