Skip to content
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.

CardState vs ZONE confusing code? #105

Open
muyufan opened this issue Jul 26, 2021 · 0 comments
Open

CardState vs ZONE confusing code? #105

muyufan opened this issue Jul 26, 2021 · 0 comments

Comments

@muyufan
Copy link

muyufan commented Jul 26, 2021

I see below code in GameState.ts:
export type CardState = 'DECK' | 'HAND' | 'OTHERS';
but, actully, HS does not have card state like this, according to:
https://hearthsim.info/docs/gamestate-protocol/

DECK, HAND are actully ZONE, what is OTHERS?, thre is also no PLAY zone in GameState.ts: which is most importent battlefield ZONE

maybe I'm still new to here, but it's kind of confusing code for me.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant