Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuprogrammer committed May 18, 2023
1 parent 34d97f5 commit 7743c18
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,11 @@
## Model
| ファイル名 | 概要・解説 |
| ---- | ---- |
| StageModel | a |
| SoundPlayer | a |
| JankenTextModel | a |
| StageSituation | a |
| HandGestureModel | a |
| HandGestureDetector | s |
| StageModel | キャラクターのレベルや初期勝率、逆転の有無などの情報を格納した構造体 |
| SoundPlayer | 効果音を再生するメソッドなどを記述したクラス |
| JankenTextModel | じゃんけんの掛け声とタイミングのメソッドを記述したクラス |
| HandGestureModel | ゲーム終了を判定するメソッド、HPを計算するメソッドなどを記述したクラス |
| HandGestureDetector | 動画フレームからVisionを用いてジェスチャーを判別するメソッドなどを記述したクラス |

## 8. 工夫したコード/設計

Expand Down

0 comments on commit 7743c18

Please sign in to comment.