Hamcha hamcha
hamcha pushed to master at mcg/mlpcardgame 2019-09-06 14:42:08 +00:00
876c473093 Better drone paths
hamcha pushed to master at mcg/mlpcardgame 2019-09-06 14:32:19 +00:00
b0d6590a64 Add drone.io
hamcha pushed to master at mcg/mlpcardgame 2019-09-06 12:36:59 +00:00
6f6b00fd05 Basic networking (#9)
66b0091372 Basic networking (#9)
Compare 2 commits »
hamcha closed issue mcg/mlpcardgame#4 2019-09-06 12:36:59 +00:00
Basic networking
hamcha closed pull request mcg/mlpcardgame#9 2019-09-06 12:36:11 +00:00
Basic networking
hamcha merged pull request mcg/mlpcardgame#9 2019-09-06 12:36:11 +00:00
Basic networking
hamcha pushed to feature/basic-networking at mcg/mlpcardgame 2019-09-06 12:32:55 +00:00
03e295b41e Add handshake data handling and tests
hamcha commented on issue mcg/mlpcardgame#4 2019-09-06 12:24:07 +00:00
Basic networking

Work being done in feature/basic-networking, see PR #9

hamcha pushed to feature/basic-networking at mcg/mlpcardgame 2019-09-06 12:23:16 +00:00
6f8fac89aa Add password management and tests
hamcha pushed to feature/basic-networking at mcg/mlpcardgame 2019-09-06 12:15:54 +00:00
d573566126 Rename server tests
hamcha opened issue mcg/mlpcardgame#10 2019-09-06 12:13:17 +00:00
Add pipeline for testing and cov
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