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

Bug in amazonsTorus #3

Open
AlexLandau opened this issue Jan 18, 2014 · 1 comment
Open

Bug in amazonsTorus #3

AlexLandau opened this issue Jan 18, 2014 · 1 comment
Labels

Comments

@AlexLandau
Copy link
Member

I've been looking at this rulesheet while looking for bugs in a prover optimization (this is one of the few places it's been screwing up).

The rulesheet currently allows for moves where the queen's destination and the arrow's location are the same. Presumably this is due to the toroidal nature of the board. We should be able to prohibit these, at a coarse level, at least.

There may be separate issues generally related to the recursion happening on a board where it can continue to loop indefinitely.

@AlexLandau
Copy link
Member Author

I suspect the "bug" for the prover optimization is actually just this recursion issue popping up: ggp-org/ggp-base#6 This is a bug in the ProverStateMachine and not the rulesheet.

I still need to fix the shoot-onto-your-own-square issue, though I may just wait until I rewrite Amazons (if moving and shooting are separated into different turns, the game should be much faster to simulate).

samschreiber pushed a commit that referenced this issue Mar 28, 2015
Update from ggp-org repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants