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

feat(bingo): generate and judge bingo board #8

Merged
merged 12 commits into from
Sep 6, 2024
Merged

feat(bingo): generate and judge bingo board #8

merged 12 commits into from
Sep 6, 2024

Conversation

Allianaab2m
Copy link
Collaborator

  • ビンゴ盤を生成する
  • そのビンゴ盤がリーチ・ビンゴかどうか判定する
  • 判定・生成に必要な行列系メソッドの実装

Copy link
Owner

@eve0415 eve0415 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

server パッケージから見れる必要があるものについては、pub
見れなくていいもの(触らない方がいい、触って欲しくないもの)は、pub(crate) 使ってください

backend/bingo/src/board.rs Show resolved Hide resolved
backend/bingo/src/generate.rs Outdated Show resolved Hide resolved
backend/bingo/src/generate.rs Outdated Show resolved Hide resolved
backend/bingo/src/generate.rs Outdated Show resolved Hide resolved
@eve0415
Copy link
Owner

eve0415 commented Sep 6, 2024

一旦このままマージして、続き実装しちゃいますまる

@eve0415 eve0415 enabled auto-merge (squash) September 6, 2024 13:05
@Allianaab2m
Copy link
Collaborator Author

お願いします 🙏

@eve0415 eve0415 merged commit 55a5840 into main Sep 6, 2024
7 checks passed
@eve0415 eve0415 deleted the libbingo branch September 6, 2024 13:14
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

Successfully merging this pull request may close these issues.

2 participants