-
## 할 일
- [x] 주사위 값(1~6) 설정
- [x] 주사위 값 2~6 나오면 해당 턴의 총합 값 생성
- [x] 플레이를 더 할지 말지(Y/N) 입력 받기
-
-
A web page which have random dice and shows which player is won among 2
-
Hey ! , I am interested to solve this issue, please assign this to me.
-
Roll or Stop을 선택
Roll 시 1이 나오면 해당 턴에서 획득한 모든 점수는 박탈, 턴 종료
추가
-
# Tasks
- [ ] login page with Javascript
- [ ] kahoot quiz backend for teacher input
- [ ] leaderboard
- [ ] homepage of games to choose from
- [ ] Blackjack Game
- [ ] Dice Game
- [ ] Score …
-
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 선택시, 해당턴에서 획득한 점수 보전
…
-
## 요약
- Pig Dice 게임을 구현한다.
- Player를 분류하면 User (사용자가 직접 조작), Computer (Auto 플레이) 가 있다.
## Player Computer 구현 요구사항
- [x] 주사위 역할을 하는 클래스를 만들고 인스턴스를 생성한다.
- [x] randint를 사용해서 랜덤으로 주사위를 굴린다.
…
-
**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'…