lihongxun945/gobang
javascript gobang AI,JS五子棋AI,源码+教程,基于Alpha-Beta剪枝算法(不是神经网络) observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 97
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3870
- days_rel: n/a
- days_push: 20
- n_releases_24m: 0
Adoption not part of the score
1801 stars · 395 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A JavaScript Gomoku (five-in-a-row) AI built on minimax search with alpha-beta pruning, iterative deepening, Zobrist hashing, and other classic game-tree optimizations—no neural networks. It ships as a playable React web app plus a step-by-step blog tutorial series teaching how to build a board-game AI from scratch.
Use cases
- play gomoku against an AI in the browser
- learn how to build a minimax game AI with alpha-beta pruning
- study game tree search optimizations like iterative deepening and zobrist hashing
- benchmark and evaluate board game AI strength
- use as a starting point for writing your own five-in-a-row engine
When to choose
- you want a classic search-based (non-ML) gomoku AI
- you want to learn game AI algorithms through a detailed tutorial
- you need a browser-playable gomoku game with adjustable difficulty
When to avoid
- you need a neural-network or AlphaZero-style engine
- you need a top-tier competitive gomoku engine (Gomocup-level strength)
- you need a server-side or native desktop engine
Facets
application · maturity active
game-engine machine-learning developer-tools testing artificial-intelligence education gaming-tools browser gobang gomoku minimax alpha-beta-pruning board-game-ai tutorial react game-ai search-algorithms zobrist-hashing game-development algorithms web-server javascript nodejs
2 sources
- readme: https://github.com/lihongxun945/gobang · fetched 2026-08-28 · 7e6b20734121
- homepage: https://gobang2.light7.cn/ · fetched 2026-08-29 · e3f43543e979
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lihongxun945/gobang | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="lihongxun945/gobang")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem