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

"Tutorials" #82

Open
deebloo opened this issue Mar 12, 2024 · 0 comments
Open

"Tutorials" #82

deebloo opened this issue Mar 12, 2024 · 0 comments

Comments

@deebloo
Copy link
Owner

deebloo commented Mar 12, 2024

go-logic acts as a switch statement.

<go-board>
  <!-- defines logic block -->
  <go-logic>
    <!-- defines step and potential responses to a move at D16 -->
    <go-logic-case space="D16">
      <go-stone slot="Q4"></go-stone>
      <go-stone slot="D4"></go-stone>
      <go-stone slot="Q16"></go-stone>
    </go-logic-case>

    <!-- defines step and potential responses to a move any move -->
    <go-logic-case space="*">
      <go-stone slot="C6"></go-stone>
    </go-logic-case>
  </go-logic>
</go-board>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant