mirror of
https://github.com/tiennm99/gomoku.git
synced 2026-05-30 16:19:55 +00:00
0464d8a36fb5283845b0fa2431d222304334ef2d
gomoku
A simple Gomoku game with networking. Based on Ratel.
Project Structure
This is a monorepo containing the following components:
| Directory | Description | Language | Source |
|---|---|---|---|
server/ |
Game server with multiplayer support | Go | ratel-online/server |
core/ |
Shared core logic, models, and networking | Go | ratel-online/core |
client/ |
CLI game client | Go | ratel-online/client |
api/ |
API definitions | Java | ratel-online/api |
Credits
This project is built upon the work of the Ratel Online organization. The original repositories are licensed under the MIT License.
Original Authors & Contributors
- ainilili — Primary author
- feel-easy
- mlmdflr
- mikodream
- EldersJavas
See the LICENSE file in each subdirectory for the original MIT license terms.
Description
A simple Gomoku game with networking. Base on [Ratel](https://github.com/ratel-online/)
Languages
JavaScript
73.4%
Go
25.3%
HTML
1%
Makefile
0.2%
Dockerfile
0.1%