Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

boardgame.io

The turn-based game engine for Javascript
Collective - Host: opensource - https://opencollective.com/boardgameio - Website: https://boardgame.io/ - Code: https://github.com/boardgameio

update some font sizes

github.com/boardgameio/boardgame.io - 6fc4df096b47ab39da9624d2de955fedeac4374b authored over 5 years ago
update landing page

github.com/boardgameio/boardgame.io - 2f9a3a6f0c14b903d4135161da178b9e2b46c003 authored over 5 years ago
update favicon link

github.com/boardgameio/boardgame.io - dd8f7ddffde5fb15c73ea2c1e5cb19e7a2e7de97 authored over 5 years ago
split css out of landing page

github.com/boardgameio/boardgame.io - a5a4c68af284defee1dbf48fff6e230ce79917f4 authored over 5 years ago
sort notable_projects.md

github.com/boardgameio/boardgame.io - 6fd7353437e1dcc7892474267ca5118f06ce8f3d authored over 5 years ago
landing page tweaks

github.com/boardgameio/boardgame.io - 375913fc627d4ab871f75feaa244eaf6532346e8 authored over 5 years ago
move overflow-y to body tag

github.com/boardgameio/boardgame.io - d1f0bc3ab438e1bff2c21ffc8495ec663702b0d3 authored over 5 years ago
make landing page mobile friendly

github.com/boardgameio/boardgame.io - 2169d6534ed2362167178fdf6e99149451202084 authored over 5 years ago
move roadmap.md one level up

github.com/boardgameio/boardgame.io - d463b00b0bce5472db1956195f1ad8adde5bfd3f authored over 5 years ago
flatten notable projects

github.com/boardgameio/boardgame.io - 72c3222f69ff9b93c92fd5b616b2ece7a890b5c6 authored over 5 years ago
rename _sidebar.md to sidebar.md

github.com/boardgameio/boardgame.io - e1053ddd92301efe162f87d5c8737441eb651454 authored over 5 years ago
create landing page

github.com/boardgameio/boardgame.io - a12982e02ecd494c03b23607324bbd8b9e35ed1d authored over 5 years ago
Create play again endpoint (#428)

github.com/boardgameio/boardgame.io - 9cff03e361653c2e7c6562f90761ef5aeb02d5da authored over 5 years ago
Add search plugin to docs (#427)

github.com/boardgameio/boardgame.io - 549c23e839b63f29beae24a9229919ffcd099853 authored over 5 years ago
fix: Fix join/leave a room when playerID is 0 (#425)

Fixes joining/leaving a room for playerID = 0.

Closes #420

github.com/boardgameio/boardgame.io - 0a75e4bb763407d18928487d7aff2041ce2034f5 authored over 5 years ago
remove socketOpts from custom transport args

github.com/boardgameio/boardgame.io - 68752d457e778ab24dd3f87a779cee2b2a2abdea authored over 5 years ago
change custom client transport to a constructor (#417)

I'm implementing a custom transport. Having a parameter that just override transport is not very...

github.com/boardgameio/boardgame.io - 2b98fb6aa6e779ad1c361c5b655b9e1311060ce6 authored over 5 years ago
Rename playerCredentials to credentials for /leave endpoint, update src/lobby/connection.js accordingly (#416)

github.com/boardgameio/boardgame.io - 89faece6ddd1eee5e1d4f02b613769fc41ec64f0 authored over 5 years ago
Fix #345; restrict undo/redo to currentPlayer (#408)

* Fix #345; restrict undo/redo to currentPlayer

* Structuralize undo/redo test

* Regard un...

github.com/boardgameio/boardgame.io - 25c2263b4856c18ce1933a1923f0f332ea40286d authored over 5 years ago
Add /rename endpoint for lobby (#414)

* Add lobby rename

* Rename playerCredentials to credentials for /rename endpoint

github.com/boardgameio/boardgame.io - 6de7b648ee0e496c56d2e25d7eef07a4ed473c86 authored over 5 years ago
upgrade koa and koa-body

github.com/boardgameio/boardgame.io - a6145a50621d7130828fbb25cfda7580535593ac authored over 5 years ago
Check if required parameters are passed to API (#407)

github.com/boardgameio/boardgame.io - febb1c082b454eff1554be2678dc295834fed778 authored over 5 years ago
Remove some secrets from client in multiplayer game (#400)

* Filter some secrets from master data

* add multiplayer undo example

* return empty array...

github.com/boardgameio/boardgame.io - 5ad5c3f21d211f88dd4386472bc25ad2ebad0585 authored over 5 years ago
More refactoring for lobby (#406)

github.com/boardgameio/boardgame.io - b9ffece725e2a35edf8e69a988a5912d1252c52c authored over 5 years ago
Get specific instance of a room by its ID (#405)

github.com/boardgameio/boardgame.io - 3e50dcaf2a46a50d5173353170fa55d3d42652fc authored over 5 years ago
Creating lobby API config and making the UUID customizable (#396)

* Creating lobby API config and making the UUID customizable

* Use shortid for game IDs

* ...

github.com/boardgameio/boardgame.io - 4964e3ff52800548a6f9f5f3e4fe5e227a7e069f authored over 5 years ago
Document specifying server protocol (#404)

github.com/boardgameio/boardgame.io - b5eb6874fb0ed405f153ae8ca2a90056c99052fe authored over 5 years ago
Auto-add trailing slash to server only if needed (#403)

* Auto-add trailing slash to server only if needed

* undo package-lock.json change

github.com/boardgameio/boardgame.io - efece0cbd91a2a02f673e6947283917736a2864a authored over 5 years ago
Rename gameInstances to rooms (#402)

github.com/boardgameio/boardgame.io - f289379b160b55ec1c18fb69ca1020701190a837 authored over 5 years ago
Rename made_with.md to notable_projects.md (#401)

* Rename made_with.md to notable_projects.md, add to sidebar

* Remove notable projects from s...

github.com/boardgameio/boardgame.io - 49579681604a7d64480b18f73da303f28e7108fe authored over 5 years ago
Creating list of projects made with boardgame.io (#397)

* Adding list of projects made with boardgame.io

* some changes

github.com/boardgameio/boardgame.io - 1c072aadeb81cb092859607a8d111b07e08fdccb authored over 5 years ago
fix turn order simulator

github.com/boardgameio/boardgame.io - b8f5894f126e575f0d1ae5a48ad7fd25348ecd44 authored over 5 years ago
Fix prop name (#398)

github.com/boardgameio/boardgame.io - 1e63f386e70caf78cc092346f54998914020708a authored over 5 years ago
Fixes some examples if you are running from other machine not localhost (#395)

github.com/boardgameio/boardgame.io - 7c61c67d4e8ebc7485037a47f9d7bd389902fe59 authored over 5 years ago
export FlatFile in server.js

github.com/boardgameio/boardgame.io - 1d5586ca4227ab883aa94db2d353632c655af6d4 authored over 5 years ago
update _undo to reflect current ctx (#393)

* update _undo to reflect current ctx

add tests for undo and redo of actions that change phas...

github.com/boardgameio/boardgame.io - eda97284658fe1d8598e637033f59c941e1119fe authored over 5 years ago
add turn and phase to log entries

github.com/boardgameio/boardgame.io - e46f19552ede4751af97e2fac8086add3bed220a authored over 5 years ago
handle default number of players bigger than 2 for 1st game of the list (#392)

github.com/boardgameio/boardgame.io - 8ed812e11d03e80e3c4cb67f0679fa6a4d86b135 authored over 5 years ago
synchronous mode for game master

This allows the local multiplayer mode to work without any
async / await, which simplifies testi...

github.com/boardgameio/boardgame.io - 3982150047211ba37fef0f66b2457d9e7e0f22ea authored over 5 years ago
Add adminClient option for Firebase storage (#386)

* Add adminClient option for Firebase storage

I expect this to be backward-compatible with al...

github.com/boardgameio/boardgame.io - 8732d9f92402706a9807e036e5d9f300bec94372 authored almost 6 years ago
Don't leak undefined ctx properties from turnOrder.actionPlayers (#382)

- Removes _actionPlayersOthers because it is never read
- Defaults _actionPlayersOnce to false ...

github.com/boardgameio/boardgame.io - ec7dde5404310c8c948416d2eed3c8ed6edc1ce0 authored almost 6 years ago
upgrade boardgame.io in examples/react-native

github.com/boardgameio/boardgame.io - e79c2a1b3b3f78351e4f336ce66f0e92b99ad933 authored almost 6 years ago
upgrade Expo and fix React Native example

github.com/boardgameio/boardgame.io - c24e0cd9f23a780d8047185045af3c98feab075f authored almost 6 years ago
python bot: fix #379 (#380)

- replace unmaintained dependency socketIO_client with socketIO_client_nexus
- handle new mess...

github.com/boardgameio/boardgame.io - c1ee6f388f30b6cbd52755826d7228e7d3b01d2a authored almost 6 years ago
upgrade boardgame.io in examples/react-web

github.com/boardgameio/boardgame.io - a34c03690dccdff5a049cd0f51cb78b4148e5dcf authored almost 6 years ago
Log errors to console when debugging moves (#300)

* Update logger to use `console.error`

When using `console.error` instead of `console.info` e...

github.com/boardgameio/boardgame.io - 85cabc2226e8be76501f9244526aa9bb9a84b9d2 authored almost 6 years ago
Adding step props to the Board (#376)

github.com/boardgameio/boardgame.io - 3bde0caa63b1dc91c21f6bf9fa6be0c060b4cf13 authored almost 6 years ago
Making step accept a Promise from bot.play() (#375)

github.com/boardgameio/boardgame.io - 4c3056c073e22231d187dc77a6ba63bdadc733a0 authored almost 6 years ago
Add flatfile database with node-persist (#372)

* Add flatfile db

* flatfile: Add option to pass ttl to node-persist

* Move node-persist t...

github.com/boardgameio/boardgame.io - 94b1d65b0d75d8910ce7cd4c6d04ee88737028f0 authored almost 6 years ago
allow chess examples to reset properly

github.com/boardgameio/boardgame.io - d552e5e17754cbb10493a87155a67927f9b86067 authored almost 6 years ago
update testing docs

github.com/boardgameio/boardgame.io - d8fdc2a25713d809ecc0dab170e5f4bdf761656e authored almost 6 years ago
set 3D ground default to white

github.com/boardgameio/boardgame.io - cfe1f11bf71badeafc9bc4f7726945817709e2eb authored almost 6 years ago
Fixing chess reload (#371)

github.com/boardgameio/boardgame.io - 76047a1937d332af39065034421630b66045000c authored almost 6 years ago
Add custom renderer parameter to lobby + clean up code (#353)

github.com/boardgameio/boardgame.io - f6e70fd3134c43e5fe3a31a96d606a89768fee00 authored almost 6 years ago
3D Grid and Token (#352)

github.com/boardgameio/boardgame.io - 01a7e79f6bbd218879c6da665c50f27aec9f2f49 authored almost 6 years ago
Changed default Firebase return value to undefined (#361)

github.com/boardgameio/boardgame.io - 87d1e5b27f7be6f3291ee4fddda0b34c02ebbc3f authored almost 6 years ago
Document playOrder for custom turn orders (#359)

github.com/boardgameio/boardgame.io - 83f0c742cab32f691f2a917e88cbcd995849640a authored almost 6 years ago
update react-scripts in integration test

github.com/boardgameio/boardgame.io - 94a838ca2ea09abf7f04803389dd1d87a1fd8c50 authored almost 6 years ago
remove redundant Number() calls

github.com/boardgameio/boardgame.io - dfddb80b870ffc896a580a9d7216223704e31e66 authored almost 6 years ago
Serve API and Game Server on same port with option to split (#343)

* Add option to use eigther one or two ports for socket and http api

* Use deployable single ...

github.com/boardgameio/boardgame.io - 1f33d438c72a92d9ee6ba97e7c9a89d4180bed54 authored almost 6 years ago
Fix lobby example (#351)

* examples: fix URL's of servers in lobby example

* lobby: fix single player mode

github.com/boardgameio/boardgame.io - d7d6b445cdf9d1bd740bbf4e1e7c139c6ffcc089 authored almost 6 years ago
Allow https urls to be passed to lobby (#350)

github.com/boardgameio/boardgame.io - a285fbf0dea0c8a2f2c27f43361f967ab3d28a8d authored almost 6 years ago
document gameSetupData and fix a few other things

github.com/boardgameio/boardgame.io - 4d1d3cd22145b3d73429d8b58e5ef9287e489377 authored about 6 years ago
update testing.md

github.com/boardgameio/boardgame.io - 807a32edd3accca52b35f2f0ca8a33947c2b111f authored about 6 years ago
remove boardgame.io dep from integration test

github.com/boardgameio/boardgame.io - 282434792ed2ac08859db977326b145d0c8e886a authored about 6 years ago
fix integration test package version

github.com/boardgameio/boardgame.io - b8e981db1e14db43dc277c8aa4715ab2b72bcd79 authored about 6 years ago
npm run docsify:update

github.com/boardgameio/boardgame.io - b81c657e15861776558d38b3e24d3cb2145223c1 authored about 6 years ago
remove three from minified rollup bundle

github.com/boardgameio/boardgame.io - 4a796dcb09310471dbe60074dadcf58011337c1c authored about 6 years ago
fix race condition in game instantiation inside onSync

github.com/boardgameio/boardgame.io - 3334d3885f50c86ad9c5beb884f3ba8eb3e34d4f authored about 6 years ago
split UI framework into 2D and 3D (#348)

github.com/boardgameio/boardgame.io - 7c0521c48cc4bfd81dcbe63da714b556484bcb04 authored about 6 years ago
remove npm prepare script

github.com/boardgameio/boardgame.io - 814c6c34950a445c87b60907d4af204ac3f53eed authored about 6 years ago
Allow result of onPhaseBegin to influence turn order (#341)

* #339 - use G value returned from onPhaseBegin in subsequent calls

* Add test

* expand test

github.com/boardgameio/boardgame.io - f54451164a0e15c21b968941e220bb61de1c5620 authored about 6 years ago
use nodemon in example server

- gets rid of the unreliable Rollup watch mode
- the client uses CRA both to compile and watch
-...

github.com/boardgameio/boardgame.io - e458be4b5f36099380aa7da204880513bf7d7be6 authored about 6 years ago