https://github.com/aquapi/gomoku
Gomoku game
https://github.com/aquapi/gomoku
Last synced: 24 days ago
JSON representation
Gomoku game
- Host: GitHub
- URL: https://github.com/aquapi/gomoku
- Owner: aquapi
- Created: 2024-04-28T11:17:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-11T16:48:44.000Z (over 1 year ago)
- Last Synced: 2025-03-03T15:14:51.680Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://gomoku-5av3.onrender.com/passnplay
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```