Hamcha hamcha
hamcha pushed to feature/basic-networking at mcg/mlpcardgame 2019-09-06 12:11:56 +00:00
d7ba4f911b Add Jest-generated coverage files to gitignore
93558b0304 Handle player leaving on clients
Compare 2 commits »
hamcha pushed to feature/basic-networking at mcg/mlpcardgame 2019-09-06 12:06:27 +00:00
dd37f3233c Add chatting, leaving
hamcha pushed to feature/basic-networking at mcg/mlpcardgame 2019-09-06 11:23:21 +00:00
942aef279d Refactor clients to have common base
862d84adf2 Refactor some helper functions to its own module
0784365285 Add basic event handling for clients
ab2ef3e803 Add tests and expect library
ebf846c154 Add mocking for peerJS and first test
Compare 29 commits »
hamcha pushed to feature/basic-networking at mcg/mlpcardgame 2019-09-06 10:36:43 +00:00
db2a1da3ce Add local client test
93668e1f16 Refactor clients to have a common base
Compare 2 commits »
hamcha pushed to feature/basic-networking at mcg/mlpcardgame 2019-09-06 10:20:17 +00:00
3098e71dbb Removed unused imports from network tests
hamcha pushed to feature/basic-networking at mcg/mlpcardgame 2019-09-06 10:19:24 +00:00
4f6b604a11 Refactor some helper functions to its own module
hamcha pushed to feature/basic-networking at mcg/mlpcardgame 2019-09-06 10:13:31 +00:00
3fcc5acb76 Add basic event handling for clients
hamcha pushed to feature/basic-networking at mcg/mlpcardgame 2019-09-06 09:50:48 +00:00
6548db7fa5 rename server tests to network
ef7a70e8c9 Add multiple client test
Compare 2 commits »
hamcha created pull request mcg/mlpcardgame#9 2019-09-06 09:29:39 +00:00
WIP: Basic networking
hamcha pushed to feature/basic-networking at mcg/mlpcardgame 2019-09-06 09:24:35 +00:00
1d11d0f1c9 Add tests and expect library
cf9563c9a1 Rename files in network
Compare 2 commits »
hamcha pushed to feature/basic-networking at mcg/mlpcardgame 2019-09-05 10:16:49 +00:00
031657a902 Rename LocalPeer to MockPeer
hamcha pushed to feature/basic-networking at mcg/mlpcardgame 2019-09-05 10:08:31 +00:00
1e8fc09244 Add mocking for peerJS and first test
66ddf9e666 Add leaving
Compare 2 commits »
hamcha pushed to feature/basic-networking at mcg/mlpcardgame 2019-09-05 07:38:51 +00:00
73685f8591 Remove unused imports
327a8afe96 Set up local player send hook
abe832decb Add local client to server
68722b9fe7 Add received on client and create local client shim
7827431cf3 Add received handler on server, force rename on name conflicts
Compare 17 commits »
hamcha pushed to master at mcg/mlpcardgame 2019-09-05 07:38:27 +00:00
f0b8e98327 Add jest
hamcha pushed to feature/basic-networking at mcg/mlpcardgame 2019-09-04 16:02:03 +00:00
9bd88dc01d Remove unused imports
hamcha pushed to feature/basic-networking at mcg/mlpcardgame 2019-09-04 16:00:23 +00:00
cd3f87d307 Set up local player send hook
hamcha pushed to feature/basic-networking at mcg/mlpcardgame 2019-09-04 15:57:32 +00:00
aa47f7e421 Add local client to server
e7403fc2c9 Add received on client and create local client shim
84258e64df Add received handler on server, force rename on name conflicts
Compare 3 commits »
hamcha opened issue mcg/mlpcardgame#8 2019-09-04 14:41:42 +00:00
Basic rule engine
hamcha opened issue mcg/mlpcardgame#7 2019-09-04 14:38:44 +00:00
Draft
hamcha opened issue mcg/mlpcardgame#6 2019-09-04 14:35:14 +00:00
2D Game board