-
# 설명
Basic PIG game 구현 (50점 먼저 얻는 플레이어가 Win)
두명의 플레이어만 설정
# 할 일
1. 1부터 6까지 랜덤 integer 생성합니다.
2. 해당 숫자를 bank에 저장하게 합니다
3. 만약 1이 나오면 bank = 0 이 되게 합니다.
4. 50이 나오면 게임끝 (즉 1인만 가정해서 일단 코드 작성합니다 우선)
…
-
Refactoring Pig Dice Game from procedural to Class-based
## Tasks
- [ ] #15
- [ ] Define roll
- [ ] Define processing
- [ ] Define Show result
-
## 할 일
- [x] 주사위 값(1~6) 설정
- [x] 주사위 값 2~6 나오면 해당 턴의 총합 값 생성
- [x] 플레이를 더 할지 말지(Y/N) 입력 받기
-
-
A web page which have random dice and shows which player is won among 2
-
# Tasks
- [ ] login page with Javascript
- [ ] kahoot quiz backend for teacher input
- [ ] leaderboard
- [ ] homepage of games to choose from
- [ ] Blackjack Game
- [ ] Dice Game
- [ ] Score …
-
Hey ! , I am interested to solve this issue, please assign this to me.
-
We discovered in our game the other night that when you right-click on the reroll one option, that the dice roller isn't actually rerolling. Its probably related to fixes I had to do for the changes t…
-
## 설명
Pig the dice game 을 구현하겠습니다.
- 구현원리
- 2명의 플레이어 참여 (user, computer)
- 턴 당 시도횟수는 무제한
- Roll or Stop을 선택
- Roll 선택시, 1이나오면 해당턴에서 획득한 모든점수는 박탈, 턴종료
- Stop 선택시, 해당턴에서 획득한 점수 보전
…
-
**Is your feature request related to a problem? Please describe.**
Advantage and Disadvantage are a little more intricate than keep highest or lowest (though in cases for the d20 and damage die it'…