-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from opt-tech/feat-janken-doc
feat: 要件を作成
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,19 @@ | ||
# React janken | ||
|
||
# Usage | ||
|
||
``` | ||
$ npm install | ||
$ npm run build | ||
$ npm start | ||
``` | ||
|
||
|
||
# 課題 | ||
|
||
じゃんけんができるUIを作成してください | ||
|
||
## 要件 | ||
|
||
- `npm start`して開かれる画面で、ゲームが実行できる | ||
- `グー`, `チョキ`, `パー`の入力に対して、CPUが手を出し、勝敗を判定できる |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters