All Projects → boardgameio → Boardgame.io

boardgameio / Boardgame.io

Licence: mit
State Management and Multiplayer Networking for Turn-Based Games

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
Svelte
593 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Boardgame.io

Pydark
PyDark is a 2D and Online Multiplayer video game framework written on-top of Python and PyGame.
Stars: ✭ 201 (-97.75%)
Mutual labels:  game-engine, multiplayer
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (-98.45%)
Mutual labels:  game-engine, multiplayer
Evennia
Python MUD/MUX/MUSH/MU* development system
Stars: ✭ 1,309 (-85.33%)
Mutual labels:  game-engine, multiplayer
Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (-92.66%)
Mutual labels:  game-engine, multiplayer
Mage
Magic Another Game Engine
Stars: ✭ 1,180 (-86.78%)
Mutual labels:  game-engine, multiplayer
visual-ts-game-engine
Typescript project based on matter.ts implementation."This version 2 of visualjs game engine, totally different approach. Whole project is based fully dependency build. Main file is app.ts and ioc.ts. Class ioc saves singleton instances also bind. In this project html and css is also present, webpack helps and handle this type of files. GamePlay…
Stars: ✭ 15 (-99.83%)
Mutual labels:  game-engine, multiplayer
Openage
Free (as in freedom) open source clone of the Age of Empires II engine 🚀
Stars: ✭ 10,712 (+20.04%)
Mutual labels:  game-engine, multiplayer
Colyseus
⚔ Multiplayer Framework for Node.js
Stars: ✭ 3,817 (-57.23%)
Mutual labels:  multiplayer, turn-based
Iogrid
Multiplayer game engine/framework built using SocketCluster and Phaser
Stars: ✭ 455 (-94.9%)
Mutual labels:  game-engine, multiplayer
Dodgem
A Simple Multiplayer Game, built with Mage Game Engine.
Stars: ✭ 12 (-99.87%)
Mutual labels:  game-engine, multiplayer
Vulkust
An engine for Vulkan in Rust, tries to implement modern graphic features. (suspended for now)
Stars: ✭ 64 (-99.28%)
Mutual labels:  game-engine
Timeline
Timelines implementation for lag compensation techniques in networked games
Stars: ✭ 65 (-99.27%)
Mutual labels:  multiplayer
Leafgem
🌿💎 The humble beginnings of a 2D game engine in Crystal! [in-progress]
Stars: ✭ 72 (-99.19%)
Mutual labels:  game-engine
Fcnpc
FCNPC - Fully Controllable NPC
Stars: ✭ 73 (-99.18%)
Mutual labels:  multiplayer
Q3lite
Q3lite, an OpenGL ES port of Quake III Arena for embedded Linux systems.
Stars: ✭ 64 (-99.28%)
Mutual labels:  game-engine
Engine
C++11 and SDL2 lightweight 2d game framework
Stars: ✭ 71 (-99.2%)
Mutual labels:  game-engine
Ksframework
QQ Group:538722494,KSFramework = KEngine + SLua(or xLua) , Unity3D Framework/Toolsets focus on hot reload
Stars: ✭ 1,119 (-87.46%)
Mutual labels:  game-engine
Tapir
RGSS compatible runtime (namely: emulator for RPG Maker XP, VX, and VX Ace)
Stars: ✭ 60 (-99.33%)
Mutual labels:  game-engine
Colyseus Tic Tac Toe
Turn-based multiplayer example powered by Colyseus
Stars: ✭ 61 (-99.32%)
Mutual labels:  multiplayer
Termloop
Terminal-based game engine for Go, built on top of Termbox
Stars: ✭ 1,190 (-86.67%)
Mutual labels:  game-engine

boardgame.io

npm version Build Status Coverage Status Gitter

Support us: Open Collective GitHub Sponsors

Read the Documentation

boardgame.io is an engine for creating turn-based games using JavaScript.

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.

💸 Want to support the project financially?
We accept donations via GitHub Sponsors and on Open Collective.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].