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

fix some more css

github.com/boardgameio/boardgame.io - e2db2049ce47aa071339495d13c62ea1a46fbfb7 authored about 6 years ago
fix some css in the examples

github.com/boardgameio/boardgame.io - 7326125a772be308473efafbc7215438812a279d authored about 6 years ago
update package-lock.json after [email protected]

github.com/boardgameio/boardgame.io - add5824eb498dd46d2620cd0ac2f0f088db87455 authored about 6 years ago
remove some unnecessary dependencies

github.com/boardgameio/boardgame.io - 917483d4345dfb3ddd4399dfe96712a4d08b548e authored about 6 years ago
fix chess example server location

github.com/boardgameio/boardgame.io - e07b1b78394cbd5f5d570234fe199c77de95e794 authored about 6 years ago
split out build into npm prepare

github.com/boardgameio/boardgame.io - 11cd376788f233d8f44028f36a30e7842793ba64 authored about 6 years ago
simplify pack / publish scripts

github.com/boardgameio/boardgame.io - bf2b59251de7f41c866b73594f3c1dbc6170b9c7 authored about 6 years ago
add react-cookies to rollup globals

github.com/boardgameio/boardgame.io - 17e529d57a1118b1e32e21b3c7fd23088d086620 authored about 6 years ago
Generic lobby (#294)

github.com/boardgameio/boardgame.io - a32d3d58cb297285eccc7a96eb52858c2edfedbf authored about 6 years ago
have examples read packages/ instead of dist/

This uses CRA to process the files, which seems to be
more reliable than relying on Rollup's wat...

github.com/boardgameio/boardgame.io - fb9b41e5edfea7f3aeb5e1c30bc3905b0fb0c2bf authored about 6 years ago
move examples into a create-react-app package (#335)

- gets rid of some devDependencies on the main package
- some trickery to allow the examples to...

github.com/boardgameio/boardgame.io - fb19e9b9abe5adf5f82b5ca89eb7f66630686138 authored about 6 years ago
upgrade lint-staged

github.com/boardgameio/boardgame.io - edc2e81f2ac2d17ca047390243cae91260bec9e8 authored about 6 years ago
do more cleanup before running integration test

github.com/boardgameio/boardgame.io - c7568e1d51a715ccc9c90bafc54bc167c1fbc4db authored about 6 years ago
add ai-visualize.js back into rollup config

github.com/boardgameio/boardgame.io - 03153c17d56d7831fac0ea6d234f70ecd13fd31d authored about 6 years ago
reset node_modules in integration test

github.com/boardgameio/boardgame.io - ddf74829d2c907eab358e4c99586247609048ce6 authored about 6 years ago
ignore package-lock.json in integration test

github.com/boardgameio/boardgame.io - 3c0c18d435ebe88b4bfcbb625e78e2570be7af85 authored about 6 years ago
fail integration test if any subcommand fails

github.com/boardgameio/boardgame.io - e1c1f6b2d50653aa7e81d4d3d268630f0dda4137 authored about 6 years ago
Upgrade Babel 7 (#332)

* updates @storybook/react

* wip updates to babel/rollup

* rollup build updated

* jest ...

github.com/boardgameio/boardgame.io - 1f71bbd0c59bc81a4fa3fa17dfc480ee6733197c authored about 6 years ago
fix package warning

github.com/boardgameio/boardgame.io - e8b89e52a22b41457f0a087c4fa92f4ec55bf577 authored about 6 years ago
remove duplicate test

github.com/boardgameio/boardgame.io - b72207270b9c40c4981a62528600b29544ce415d authored about 6 years ago
refactor some tests

github.com/boardgameio/boardgame.io - cc1b1fd80d5b26d04cbc55042df654586357d9d9 authored about 6 years ago
create initial game state outside reducer

github.com/boardgameio/boardgame.io - 6cf81e8befa906f223e001ed8ba835cd0e36a4cb authored about 6 years ago
add a loading component for multiplayer clients

This component displays 'connecting...' before the initial
sync with the server. It can be custo...

github.com/boardgameio/boardgame.io - 8d08381df929bf8516c774dfea089a254807b022 authored about 6 years ago
add some comments

github.com/boardgameio/boardgame.io - ae237ca896fea8946a8b19b2ec37b5611fe31c73 authored about 6 years ago
make master write to proper namepspaced keys

github.com/boardgameio/boardgame.io - d20d26cda567d57f95be089cb990ae4a3882107a authored about 6 years ago
extract CreateGame into function

github.com/boardgameio/boardgame.io - 617bb2b2ccbb532497c49afb5fe08891a1242962 authored about 6 years ago
remove plugins.ctx.postMove

github.com/boardgameio/boardgame.io - b30ee2b2b597aab65f0577735a1bea2ede683991 authored about 6 years ago
add plugin.onPhaseBegin

github.com/boardgameio/boardgame.io - 71882221e31a8eb0e8bcf5be5af428784db117e0 authored about 6 years ago
add playerSetup option to PluginPlayer

This is a new field in the game object that is used to
determine the initial player states (as o...

github.com/boardgameio/boardgame.io - c1b4a03d7bfe989567040f45beb80fd8f5aebed6 authored about 6 years ago
rename plugin api functions

github.com/boardgameio/boardgame.io - da1eac61093ef65b31a7038e604e86f9c893f634 authored about 6 years ago
pass game object to plugins

github.com/boardgameio/boardgame.io - 659007a4341c0accf85b0c18df027af44ed43820 authored about 6 years ago
fix plugin import path

github.com/boardgameio/boardgame.io - 6bce313f884d72516b271d44724c48aee84bf986 authored about 6 years ago
move plugins dir one level up

github.com/boardgameio/boardgame.io - 869161237a486c8b4e2db3d648dd64c871f521cc authored about 6 years ago
fix immer plugin order

github.com/boardgameio/boardgame.io - 5d74c95ec71a6a4ac0c48cd688724fc75bdd5e02 authored about 6 years ago
add addTo / removeFrom to plugin API

github.com/boardgameio/boardgame.io - ff749e3250d77e3690fb68c46e77f005211abac6 authored about 6 years ago
move plugin helpers into separate functions

github.com/boardgameio/boardgame.io - b7f92652894147098f7fd4d0c937826efa2b4f82 authored about 6 years ago
rename ApplyPlugins to FnWrap

github.com/boardgameio/boardgame.io - 1fe8b1ad4b712beef082ff217d476a66d4f7a33f authored about 6 years ago
split plugin.setup into setupG and setupCtx

github.com/boardgameio/boardgame.io - 9df814588a66a8a4141b05a6d028470cefac7424 authored about 6 years ago
rename plugin.wrapper to plugin.fnWrap

github.com/boardgameio/boardgame.io - d2d44f945310606027a03f6ea19c6735e3f6a296 authored about 6 years ago
Passing arbitrary data to game setup (#315)

* Add getting game setup data from request body in game creation api

* rename gameSetupData t...

github.com/boardgameio/boardgame.io - ca5da32099209b2faa4f7776085c051f89229d7e authored about 6 years ago
document Plugin API

github.com/boardgameio/boardgame.io - e0413de5f188338ac58fbc7f34a415a6586bd406 authored about 6 years ago
document Plugin API

github.com/boardgameio/boardgame.io - c59c9ca5f294f902f54aae29d9a7d5457e6f699a authored about 6 years ago
change plugin.setup arguments

github.com/boardgameio/boardgame.io - bd178fba68849a1e080e826d82d02fa984c27a02 authored about 6 years ago
rename fn to wrapper

github.com/boardgameio/boardgame.io - 648f0734b7060e65882bac91427fc9d6a30210ab authored about 6 years ago
add plugins to boardgame.io/plugins

github.com/boardgameio/boardgame.io - 2b5bcba87fe9c86b1085ca64ed4818b962bc5da2 authored about 6 years ago
PluginPlayer

Plugin that maintains state for each player in an object called
G.players that's keyed by the pl...

github.com/boardgameio/boardgame.io - d34c213053e2c24a5d36cdff14ea1201307ccd2d authored about 6 years ago
change plugin API slightly

Instead of the plugin being a function, it's an object with
a field called `fn` that contains th...

github.com/boardgameio/boardgame.io - 88dbc195143ed3d7859eaeed141cddc2b68cd59c authored about 6 years ago
plugin system for moves

move functions can now be enhanced middleware-style through a list of plugins.
Immer is added as...

github.com/boardgameio/boardgame.io - d1bd1d1edd215ee9ab3043e759ad98f48b0f28cb authored about 6 years ago
update CodeSandbox URL in tutorial.md

github.com/boardgameio/boardgame.io - 2cd3d920cf25bf53291da1c01a04e735c377e4af authored about 6 years ago
update integration test to also create a build

github.com/boardgameio/boardgame.io - bb0515baac5296f018b69a3bb38be22645d71e6f authored about 6 years ago
package refactor

- move Debug from boardgame.io/react to boardgame.io/dist/internal
- properly export boardgame.i...

github.com/boardgameio/boardgame.io - b8ec84560f3f7d951e0c82e8d489c7ecaeb9a1cc authored about 6 years ago
Add Immer to other events (#327)

* 323 Added Immer for other events

* CR update - curry produce

* undo flow.test.js

* re...

github.com/boardgameio/boardgame.io - 2b5920fc6ccab751ec8801fbcd60591fda643673 authored about 6 years ago
server: fix name of property 'credentials' in server API handler for 'leave' (#326)

github.com/boardgameio/boardgame.io - 873e1f58ca55ff5af9ada45a887c480e235cd36c authored about 6 years ago
Turn order active player changes (#320)

* Makes changes actionPlayer values to a function
in order to let someone programmatically chan...

github.com/boardgameio/boardgame.io - 10de6f846a2ec456ee422a5e406a1a711721f24f authored about 6 years ago
doc: remove some colons in code blocks that were not correctly converted to html (#324)

github.com/boardgameio/boardgame.io - 2b90dfadcf684b16f21c78c38a6bf428dd8725e2 authored about 6 years ago
Update roadmap.md

github.com/boardgameio/boardgame.io - 4053a03b9bd8d4761f0fc3f7dafea5cff6d62ce9 authored about 6 years ago
update multiplayer.md

github.com/boardgameio/boardgame.io - 23bb5c454b74279ef32672d7eddde53e65588a52 authored about 6 years ago
Redact Log Events (#268)

github.com/boardgameio/boardgame.io - 58cbd1e41e9dddce1a467afc382b105f1578fa88 authored about 6 years ago
Add a server sync status field (#307)

* Add a server sync status field

* tweak test to verify the public API as opposed to the inte...

github.com/boardgameio/boardgame.io - ed165a86fc9b3be9f237dcb7357eb78f75522fff authored about 6 years ago
update twitter card image

github.com/boardgameio/boardgame.io - e37e89b1ffb4880dc253bac1ffb0070b30d99710 authored about 6 years ago
update twitter card image

github.com/boardgameio/boardgame.io - 9e68d30870f3cf495d7caad3f79b545d81c40ebf authored about 6 years ago
update twitter card image

github.com/boardgameio/boardgame.io - ec3f8d6198f0a93da2e8e5b8724869a6204eafc8 authored about 6 years ago
update twitter card image

github.com/boardgameio/boardgame.io - 36e8c9069bab60596edb016b1610a8abbc1db3b4 authored about 6 years ago
update twitter card image

github.com/boardgameio/boardgame.io - 38887e9138cd677432d41cee03a7564cae150eec authored about 6 years ago
Update tutorial.md

github.com/boardgameio/boardgame.io - bcdebfa5fb1033a39bb95a143cac3132bbe26853 authored about 6 years ago
update CodeSandbox URL in tutorial.md

github.com/boardgameio/boardgame.io - b4311074e1b932176758a86837c1e5e0a3b9c947 authored about 6 years ago
update docs metadata

github.com/boardgameio/boardgame.io - d2076149077f0791a01b58f496ee23227c03df4f authored about 6 years ago
update docs metadata

github.com/boardgameio/boardgame.io - 37edcd217b56d3b875be8bfff2372ebd7d2e4bde authored about 6 years ago
update docs metadata

github.com/boardgameio/boardgame.io - 1caf4811cc13bc35bdd34f6075a3040d845d8ac4 authored about 6 years ago
update docs metadata

github.com/boardgameio/boardgame.io - 01e004850cbc8b21a34acc2f879903220b9c2ae7 authored about 6 years ago
update docs metadata

github.com/boardgameio/boardgame.io - e070bcd91f97963bfa5d801089b8d3e5564a7fa0 authored about 6 years ago
update doc metadata

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