Hamcha hamcha
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
hamcha opened issue mcg/mlpcardgame#5 2019-09-04 14:29:33 +00:00
Deck builder
hamcha opened issue mcg/mlpcardgame#4 2019-09-04 14:24:41 +00:00
Basic networking
hamcha closed issue mcg/mlpcardgame#1 2019-09-04 14:19:40 +00:00
Pan scale is broken
hamcha closed issue mcg/mlpcardgame#2 2019-09-04 14:19:40 +00:00
Card preview doesn't fade all the way out
hamcha closed issue mcg/mlpcardgame#3 2019-09-04 14:19:40 +00:00
License screen with license text
hamcha pushed to feature/basic-networking at mcg/mlpcardgame 2019-09-04 14:17:35 +00:00
f9c19f3655 Start adding shim for local player instance on servers
hamcha pushed to feature/basic-networking at mcg/mlpcardgame 2019-09-04 13:35:05 +00:00
90faf16a78 Handle players joining
hamcha pushed to feature/basic-networking at mcg/mlpcardgame 2019-09-04 13:04:57 +00:00
f4bca043f6 Add password check and error messages
hamcha pushed to master at mcg/mlpcardgame 2019-09-04 12:56:13 +00:00
e0ed6dbaf5 Add Peer and network primitives