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 changelog

github.com/boardgameio/boardgame.io - e8aed684e01a55b215de6a93f38f7d57827cf11d authored about 6 years ago by Nicolo Davis <[email protected]>
add some social buttons to doc page

github.com/boardgameio/boardgame.io - 98800f5b87c5bc609a73184049d29f494b7309e9 authored about 6 years ago by Nicolo Davis <[email protected]>
update integration/package-lock.json

github.com/boardgameio/boardgame.io - 60065fc36921260d39ff80f2e6131ee3fdebb864 authored about 6 years ago by Nicolo Davis <[email protected]>
update docs

github.com/boardgameio/boardgame.io - 0a5021bee5d0b29b2d3c9a36a63daca1425b35ae authored about 6 years ago by Nicolo Davis <[email protected]>
update immutability.md

github.com/boardgameio/boardgame.io - 24f512e1279d4ac2ab6c7997860a123bbee5fcc3 authored about 6 years ago by Nicolo Davis <[email protected]>
update concepts.md

github.com/boardgameio/boardgame.io - ec5b3b70b49179f3580867a13a44a649d6e03535 authored about 6 years ago by Nicolo Davis <[email protected]>
update tutorial.md

github.com/boardgameio/boardgame.io - 74a5a377744f2ba461ca898752e17663b188bf69 authored about 6 years ago by Nicolo Davis <[email protected]>
integration test

github.com/boardgameio/boardgame.io - 4142ed8d6242f219bed6baf93ed1fce930e574a2 authored about 6 years ago by Nicolo Davis <[email protected]>
Update roadmap.md

github.com/boardgameio/boardgame.io - 8d4e1a0a23ef4b174702df4783cfa1f15c222bfa authored about 6 years ago by Nicolo John Davis <[email protected]>
Update roadmap.md

github.com/boardgameio/boardgame.io - cbdb1fd762b89cd3aecbcd2b1fafd74f442c682f authored about 6 years ago by Nicolo John Davis <[email protected]>
npm run docsify:update

github.com/boardgameio/boardgame.io - 65fff850fd4ef7b32ccccdce5da058757b348be4 authored about 6 years ago by Nicolo Davis <[email protected]>
remove docs from prettier write

github.com/boardgameio/boardgame.io - fe7d9532b008a4791aea3875473cf3f04a986a0e authored about 6 years ago by Nicolo Davis <[email protected]>
add TurnOrder.CUSTOM and TurnOrder.CUSTOM_FROM

github.com/boardgameio/boardgame.io - 2d0255802106823e960a3cdfa130e5c97623c784 authored about 6 years ago by Nicolo Davis <[email protected]>
Prohibit second log event during Update (#303)

* don't add log inside update for the player that played the move

* add _stateID to log entri...

github.com/boardgameio/boardgame.io - 8699350175ea013bb3870f6bddbdd7c7caafbb4f authored about 6 years ago by Stefan Hanke <[email protected]>
update docs

github.com/boardgameio/boardgame.io - 97143fff4a8d003c93a4a8b6ca72f24df8cbc7fb authored about 6 years ago by Nicolo Davis <[email protected]>
rename allOthers to others

github.com/boardgameio/boardgame.io - 0995d854e3aa694a4c06de0e33767b93a3f9f79d authored about 6 years ago by Nicolo Davis <[email protected]>
update docs

github.com/boardgameio/boardgame.io - c2fa754fddfec1e4a96471a8c8e1e11d1e0926e2 authored about 6 years ago by Nicolo Davis <[email protected]>
add interactive turn orders to docs

github.com/boardgameio/boardgame.io - 3176a604cbd39334559a38e0d67fac82ff8e9026 authored about 6 years ago by Nicolo Davis <[email protected]>
update docs

github.com/boardgameio/boardgame.io - 83331b24e72d50fb8038cf16ed796408e06d642b authored about 6 years ago by Nicolo Davis <[email protected]>
add examples for the rest of the turn orders

github.com/boardgameio/boardgame.io - 0ed6110938a692473bb96e4e57ed2ab2ffdc9821 authored about 6 years ago by Nicolo Davis <[email protected]>
add example for TurnOrder.ONCE

github.com/boardgameio/boardgame.io - 69f4526441b94c24e654025a98082cc0a46e96d4 authored about 6 years ago by Nicolo Davis <[email protected]>
allOthers does not return to the original player

This behavior is easily replicable by using a sub-phase and was a bit of an odd exception to the...

github.com/boardgameio/boardgame.io - d359c3bb08a463c98f5c5e65eeaa18f858b12287 authored about 6 years ago by Nicolo Davis <[email protected]>
simplify militia unit test

github.com/boardgameio/boardgame.io - 3610a933cf17c14853b65fa7e0ae49d5ca323864 authored about 6 years ago by Nicolo Davis <[email protected]>
npm run docsify:update

github.com/boardgameio/boardgame.io - 2f3f9982ac08ec7df7d902edadc9e4d7c71a8378 authored about 6 years ago by Nicolo Davis <[email protected]>
endPhase goes to the previous phase by default

github.com/boardgameio/boardgame.io - bd552f4d983e1fd29749137daaf09af2dc37b7b0 authored about 6 years ago by Nicolo Davis <[email protected]>
more turn orders

github.com/boardgameio/boardgame.io - b7abc574c571a409966928d1d068e6529c3d6221 authored about 6 years ago by Nicolo Davis <[email protected]>
allow calling setActionPlayers via TurnOrder objects

github.com/boardgameio/boardgame.io - 5fb663aeb3a5c509a864cb1d9ac6b934ac73027a authored about 6 years ago by Nicolo Davis <[email protected]>
change semantics of enabling/disabling events

- all events are always available within game logic in the Events API
- enabling / disabling eve...

github.com/boardgameio/boardgame.io - 53473efd21b2c90f452936be591942289358636d authored about 6 years ago by Nicolo Davis <[email protected]>
change format of args to endPhase and endTurn

OLD
endPhase('new phase')
endTurn('new player')

NEW
endPhase({ next: 'new phase' })
endTurn({ n...

github.com/boardgameio/boardgame.io - 992416aa42a75e677422e03d3cead14a1a3c74fe authored about 6 years ago by Nicolo Davis <[email protected]>
change phases syntax

This is in preparation for an upcoming feature to quickly switch
to a temporary phase (and back ...

github.com/boardgameio/boardgame.io - 05688576dbc5755981db8b0b251f76dae65253c0 authored about 6 years ago by Nicolo Davis <[email protected]>
docs: update doc for new server api endpoints 'leave' and 'list' (#296)

github.com/boardgameio/boardgame.io - bffc19e38b5a548283634bc6d31af4d4e67dfd4c authored about 6 years ago by francoijs <[email protected]>
npm run prettier

github.com/boardgameio/boardgame.io - cd7cfe791b1248aa303a015023911cc548fe4bb7 authored about 6 years ago by Nicolo Davis <[email protected]>
fix turn order simulator css

github.com/boardgameio/boardgame.io - a62f23f4497797bd17a831106b655e2d896f0570 authored about 6 years ago by Nicolo Davis <[email protected]>
add MONGO_DATABASE env variable (#290)

github.com/boardgameio/boardgame.io - 96def53c92bad75a711e071680c92e6ce8a4bee2 authored about 6 years ago by Jamie Webster <[email protected]>
Update roadmap.md

github.com/boardgameio/boardgame.io - 27bb5ff77c934cdd0883f30092b66aaeff8224be authored about 6 years ago by Nicolo John Davis <[email protected]>
Remove gender specific pronoun (#291)

github.com/boardgameio/boardgame.io - 7e914eabae231c676fdbb73df3bd7f62289e0f79 authored about 6 years ago by Michal <[email protected]>
show phase in turn order simulator

github.com/boardgameio/boardgame.io - 2f7b853a06d68e523716b1852a7b271e22768a2b authored about 6 years ago by Nicolo Davis <[email protected]>
descriptions for turn order examples

github.com/boardgameio/boardgame.io - 573b16cf33c59fec6d25c17f66b6d96f29cdeacf authored about 6 years ago by Nicolo Davis <[email protected]>
set militia example to go to the move phase at the start of each turn

github.com/boardgameio/boardgame.io - fff41fd287aecacb3f12b37f4b8a0fe83aa152c0 authored about 6 years ago by Nicolo Davis <[email protected]>
update changelog

github.com/boardgameio/boardgame.io - fc415b9efdad058a785348659b691d9672ac511d authored about 6 years ago by Nicolo Davis <[email protected]>
fix bug that was causing ctx.events to be undefined

github.com/boardgameio/boardgame.io - 58e135b8a33c135133e35014b12eb4ef8d506e97 authored about 6 years ago by Nicolo Davis <[email protected]>
player needs to be in actionPlayers in order to call events

github.com/boardgameio/boardgame.io - ea3754b1019de5b8f10b2c11a392fb5f6b0f0d0d authored about 6 years ago by Nicolo Davis <[email protected]>
filter out moves that are not playable from the turn order simulator

github.com/boardgameio/boardgame.io - 5024015fd386822dc21a726e8fece3a4d44d98ac authored about 6 years ago by Nicolo Davis <[email protected]>
turnorder simulator css improvements

github.com/boardgameio/boardgame.io - e0d287195c03c6541288c2a221c3399987b53221 authored about 6 years ago by Nicolo Davis <[email protected]>
merge militia example into turn order simulator

github.com/boardgameio/boardgame.io - b604b953b5ce749b81c8a952d44584492f9bd61e authored about 6 years ago by Nicolo Davis <[email protected]>
turn order simulator

github.com/boardgameio/boardgame.io - d50015db218fa89edcf898300a7fcbf687f48317 authored about 6 years ago by Nicolo Davis <[email protected]>
fix export in examples

github.com/boardgameio/boardgame.io - 2128936ab6bc60e6f537a4a6db1076f9a66a6a79 authored about 6 years ago by Nicolo Davis <[email protected]>
simplify examples directory structure

github.com/boardgameio/boardgame.io - 82d4bc085e64dcba409ba0ea8847d6e91e640228 authored about 6 years ago by Nicolo Davis <[email protected]>
add script to generate changelog

github.com/boardgameio/boardgame.io - 27352468ad97d27b0269a0a8c0e7e0bec60a563b authored about 6 years ago by Nicolo Davis <[email protected]>
update changelog

github.com/boardgameio/boardgame.io - a0f158b2704b1eb6a3a4c720c719015e3c67157b authored about 6 years ago by Nicolo Davis <[email protected]>
decouple once and allOthers

github.com/boardgameio/boardgame.io - a352d1eeedb8e9fbefdb528e7cc0633d57368039 authored about 6 years ago by Nicolo Davis <[email protected]>
update comment

github.com/boardgameio/boardgame.io - 57fa642adf6630d35c3226ea2b623506cdce2dd7 authored about 6 years ago by Nicolo Davis <[email protected]>
update events.md

github.com/boardgameio/boardgame.io - 3c2e41860f4000c50404ba68ed8e3a29d9ebf21f authored about 6 years ago by Nicolo Davis <[email protected]>
remove component showcase until UI framework is more mature

github.com/boardgameio/boardgame.io - 357e34491fa7676646a56abbccfc72fa38b749f7 authored about 6 years ago by Nicolo Davis <[email protected]>
update Client.md

github.com/boardgameio/boardgame.io - 7a92d54acda2ebde08b6121ade3698707dbfb602 authored about 6 years ago by Nicolo Davis <[email protected]>
expose GameLog in boardgame.io/ui

github.com/boardgameio/boardgame.io - e9f039ef7ed5d580a70344ac655f68b36caa336f authored about 6 years ago by Nicolo Davis <[email protected]>
update multiplayer docs

github.com/boardgameio/boardgame.io - b96531ab33a71ebb45195c80325e8aa30d8a46f6 authored about 6 years ago by Nicolo Davis <[email protected]>
update changelog

github.com/boardgameio/boardgame.io - da4081fb845ebc9c0d2ad0559827d8569b24a577 authored about 6 years ago by Nicolo Davis <[email protected]>
npm run docsify:update

github.com/boardgameio/boardgame.io - f9a8d065fafacd9e0b8023225d4eca6c91e2d232 authored about 6 years ago by Nicolo Davis <[email protected]>
update code sandbox url

github.com/boardgameio/boardgame.io - 45ec58c89290835b7965def27139f9e18b0ac900 authored about 6 years ago by Nicolo Davis <[email protected]>
update changelog

github.com/boardgameio/boardgame.io - a08ec79c26bdfc36021f54ed895dc61245ceffe9 authored about 6 years ago by Nicolo Davis <[email protected]>
added the useNewUrlParser option to the Mongo connect() (#285)

github.com/boardgameio/boardgame.io - aa5f2cf886b949c12040b78c77d8b9875c59436a authored about 6 years ago by Jamie Webster <[email protected]>
add npm start script

github.com/boardgameio/boardgame.io - 954a775163e7a4e3f130caf2adbeb00441d1533d authored about 6 years ago by Nicolo Davis <[email protected]>
Enforce eslint style rules (#280)

github.com/boardgameio/boardgame.io - 959f6e7752748ed13b9483b7dfc726eb46c4f8ba authored about 6 years ago by Philihp Busby <[email protected]>
Update roadmap.md

github.com/boardgameio/boardgame.io - 7c2fa95e11ac9dfcc5f78ba03424a36b70c70eb5 authored over 6 years ago by Nicolo John Davis <[email protected]>
reformat Client.md (#281)

github.com/boardgameio/boardgame.io - 63ac5ce2e72230b114f3b40c0a42355d38ff0934 authored over 6 years ago by Brooks Becton <[email protected]>
update package-lock.json

github.com/boardgameio/boardgame.io - d3c48a5d8760025169ea07dab9768b228187dba8 authored over 6 years ago by Nicolo Davis <[email protected]>
update package-lock.json

github.com/boardgameio/boardgame.io - 4b64d4e9b4809f330c0adca5df60d86b686443f7 authored over 6 years ago by Nicolo Davis <[email protected]>
npm audit --fix

github.com/boardgameio/boardgame.io - fa99e2ec0abda446a8afef122bc2084f20434114 authored over 6 years ago by Nicolo Davis <[email protected]>
npm audit --fix

github.com/boardgameio/boardgame.io - b77e4b41af8adb2bfc1918bf40db566a04786a1b authored over 6 years ago by Nicolo Davis <[email protected]>
Update README.md

github.com/boardgameio/boardgame.io - 78277e66c2a1d294209d86427e8d023e766e7f44 authored over 6 years ago by Nicolo John Davis <[email protected]>
rename repo references to new location

github.com/boardgameio/boardgame.io - 775d700f771331f0d685abead3cd0fba3c5be23a authored over 6 years ago by Nicolo Davis <[email protected]>
repo updates after move

github.com/boardgameio/boardgame.io - d48f482a5cd1ed832c6ff3f864eb90c21d4cd79d authored over 6 years ago by Nicolo Davis <[email protected]>
fix log css

github.com/boardgameio/boardgame.io - 8d8ee532efdf3c48aa9ef15d788251ba2e2a5cc7 authored over 6 years ago by Nicolo Davis <[email protected]>
call the client subscribe callback after LogMiddleware has run

github.com/boardgameio/boardgame.io - b4874a64b8ee4cf7293eb6ca6454ab186f1fd8ec authored over 6 years ago by Nicolo Davis <[email protected]>
remove payload from tic-tac-toe (will add it to a separate example in the future)

github.com/boardgameio/boardgame.io - 219199f502c7a1f72e3fb6f0d8468c4f39549438 authored over 6 years ago by Nicolo Davis <[email protected]>
Update roadmap.md

github.com/boardgameio/boardgame.io - 6b26197e54de57125a4aeb864081628fe7392b83 authored over 6 years ago by Nicolo John Davis <[email protected]>
fix sempahore badge

github.com/boardgameio/boardgame.io - 4a3416756e8400fbe555ded40c158a9899bcb75f authored over 6 years ago by Nicolo Davis <[email protected]>
switch from Travis to Semaphore (#278)

* delete .travis.yml

* change badges

github.com/boardgameio/boardgame.io - 3cc3119175a8cb2cae730b6ee507a1e00baf9ab2 authored over 6 years ago by Nicolo John Davis <[email protected]>
update README

github.com/boardgameio/boardgame.io - 48ac074c6b78aa908e756ba101eb52cbc994d182 authored over 6 years ago by Nicolo Davis <[email protected]>
server: add new API endpoints 'list' and 'leave' (#276)

* server: add new API endpoints 'list' and 'leave'

* server: add implementation for new API '...

github.com/boardgameio/boardgame.io - e8f165af7179badc769cc7786ae23327be927c30 authored over 6 years ago by francoijs <[email protected]>
shouldEndPhase can see the results of onTurnEnd

github.com/boardgameio/boardgame.io - d1a1a8a8402f908b7050e4afe5dc1e2108278c90 authored over 6 years ago by Nicolo Davis <[email protected]>
update README

github.com/boardgameio/boardgame.io - 2f6042b1f59538892dd49c535db7b89576758fd9 authored over 6 years ago by Nicolo Davis <[email protected]>
clean up example dev server

github.com/boardgameio/boardgame.io - 2bfaa270ff4b26ee8e6c99c15d46b19499c33913 authored over 6 years ago by Nicolo Davis <[email protected]>
disable debug for drag-n-drop example

github.com/boardgameio/boardgame.io - 513f300edb9c382cd4a3528ec5f2541e35ff5c61 authored over 6 years ago by Nicolo Davis <[email protected]>