boardgame.io

回合制游戏的状态管理和多人联网。「State Management and Multiplayer Networking for Turn-Based Games」

Github星跟蹤圖

Write simple functions that describe how the game state changes
when a particular move is made. This is automatically converted
into a playable game complete with online multiplayer
features, all without requiring you to write a single line of
networking or storage code.

Features

  • State Management: Game state is managed seamlessly across clients, server and storage automatically.
  • Multiplayer: Game state is kept in sync in realtime and across platforms.
  • AI: Automatically generated bots that can play your game.
  • Game Phases: with different game rules and turn orders per phase.
  • Lobby: Player matchmaking and game creation.
  • Prototyping: Interface to simulate moves even before you render the game.
  • Extendable: Plugin system that allows creating new abstractions.
  • View-layer Agnostic: Use the vanilla JS client or the bindings for React / React Native.
  • Logs: Game logs with the ability to time travel (viewing the board at an earlier state).

Usage

Installation

npm install boardgame.io

Documentation

Read our Full Documentation to learn how to
use boardgame.io, and join the community on gitter
to ask your questions!

Running examples in this repository

npm install
npm start

The examples can be found in the examples folder.

Using VS Code?

This repository is ready to run in a dev container in VS Code. See the contributing guidelines for details.

Changelog

See changelog.

Get involved

We welcome contributions of all kinds!
Please take a moment to review our Code of Conduct.

🐛 Found a bug?
Let us know by creating an issue.

Have a question?
Our Gitter channel and GitHub Discussions
are good places to start.

⚙️ Interested in fixing a bug or adding a feature?
Check out the contributing guidelines
and the project roadmap.

📖 Can we improve our documentation?
Pull requests even for small changes can be helpful. Each page in the
docs can be edited by clicking the “Edit on GitHub” link at the top right.

License

MIT

主要指標

概覽
名稱與所有者boardgameio/boardgame.io
主編程語言TypeScript
編程語言CSS (語言數: 7)
平台
許可證MIT License
所有者活动
創建於2017-11-21 23:47:35
推送於2025-04-18 17:57:53
最后一次提交
發布數158
最新版本名稱v0.50.2 (發布於 )
第一版名稱v0.10.0 (發布於 2017-11-21 16:56:27)
用户参与
星數11.9k
關注者數151
派生數763
提交數1.9k
已啟用問題?
問題數563
打開的問題數102
拉請求數487
打開的拉請求數15
關閉的拉請求數94
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?