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

Improve web startup logic #17

Closed
jackbenn opened this issue Jan 9, 2019 · 1 comment
Closed

Improve web startup logic #17

jackbenn opened this issue Jan 9, 2019 · 1 comment

Comments

@jackbenn
Copy link
Owner

jackbenn commented Jan 9, 2019

Right now people go to the same page to start and join a game, and if two happen to start a game with the same name, the first one is black.

How it should work:

One player creates a game. They enter various options including

  • game name
  • rule options
    * board size,
    * scoring type?
    * suicide legal? (not yet implemented)
    * overlap options?
  • whether they will play black
  • handicap? (not yet implemented)

The second player goes to the join page, where they see the games waiting to start. They can choose one to join.

@jackbenn
Copy link
Owner Author

Mostly resolved with 878e20f and earlier. Will open more issues to cover rule options over than board size.

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