Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support rules relating to perpetual checks #19

Open
alexobviously opened this issue Jan 13, 2023 · 1 comment
Open

Support rules relating to perpetual checks #19

alexobviously opened this issue Jan 13, 2023 · 1 comment
Labels
rule New rule request

Comments

@alexobviously
Copy link
Owner

This can be handled by a new event: ActionEvent.onCheck. Probably the simple way is to allow analysing the state history in actions, but this would require linking states or something like that, maybe there's some other way of tracking checks. I'm averse to putting more specific case fields in BishopState though so maybe linking is the best way (as in, BishopState has a field linking to its previous state).

This handles part of (but not all of) #16

@alexobviously alexobviously added the enhancement New feature or request label Jan 13, 2023
@alexobviously alexobviously added rule New rule request and removed enhancement New feature or request labels Mar 9, 2023
@alexobviously
Copy link
Owner Author

We have checks in state now, I wonder if we can safely give states parents and traverse..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rule New rule request
Projects
None yet
Development

No branches or pull requests

1 participant