Josh Porter

Results 14 comments of Josh Porter

To get started on this, need to... - Decouple actions from the events for hover/drag/click/dblclick - Make generic functions that handle the actions that the events currently call individually -...

Could you provide more details about your environment? OS, node version, etc. Thanks!

Correct, it seems you're using an older version of node, possibly pre-installed with the OS. Upgrading should solve this. Alternatively, if you are looking to use the tool and not...

Still no idea why this happens or what is causing the slowdown. I'm thinking it's somewhere in the websocket code, but this issue requires a little more debugging to get...

Websockets, specifically socket.io, are not fully supported in Cypress tests. Without the ability to stub the websocket messages, this depth of e2e tests are not possible. A few open issues...

Thanks for the suggestion! I'll have to think about this one some more. I get the reasoning, but there's also usually two spymasters, so perhaps locking it to two could...

Revisiting this as it's been requested by other users, plus with the game being played virtually it would make sense to have something for tracking spymasters. My initial idea: generate...

@serknor - I think this is a viable strategy. When new games are created, the spymasters are reset to agents so new games should work fine in that sense. I...

That's a fair point - there are so many different situations that arise in this game that I never even think about, such as having a "spectator" watching the spymaster...

Could you give more details on what co-op mode entails? I'm not familiar with this version of the game.