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

Typing game #64

Closed
wants to merge 63 commits into from
Closed

Typing game #64

wants to merge 63 commits into from

Conversation

subarunrun0812
Copy link
Collaborator

#63

@subarunrun0812 subarunrun0812 self-assigned this Jun 25, 2024
@soooku soooku changed the base branch from main to develop June 25, 2024 06:47
@subarunrun0812
Copy link
Collaborator Author

実装した内容

スタート画面:
・スタートボタン

ゲーム画面:
・タイピングエリア
・現在の単語表示
・爆弾
・スコアが上がると全体の制限時間が短縮。
・間違った入力をしたら、そのターンの制限時間の短縮。
・タイマー表示(円グラフ)
・スコア表示(やりとりした回数

結果画面:
・勝敗
・最終スコア表示
・スタート画面に戻るボタン

タスク
ゲーム画面:
・爆弾のやり取り
・入力するプレイヤーの変更
・サウンド

結果画面:
・勝敗

image

@subarunrun0812
Copy link
Collaborator Author

質問
単語のデータをコード内で直接管理しない方が良い?
自分が思いつく案としては、編集しやすくするためにtxtファイルなどで管理する。

@subarunrun0812 subarunrun0812 marked this pull request as ready for review June 25, 2024 09:11
@libknt
Copy link
Collaborator

libknt commented Jun 25, 2024

json, csvとか
必要に応じて, DBに入れる
とかになりそう

@subarunrun0812
Copy link
Collaborator Author

csvファイルで管理するようにしました、
最終的にはDBに入れる予定です。

@subarunrun0812 subarunrun0812 marked this pull request as draft July 25, 2024 10:15
@subarunrun0812 subarunrun0812 deleted the typing-game branch August 2, 2024 06:18
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.

3 participants