-
## Requierments
N명의 플레이어가 참여 이번 프로젝트에서는 컴퓨터랑 1대1
순서대로 돌아가며 턴을 진행
Roll 또는 Stop을 선택
Roll 선택 시 1이 나오면 해당 턴에 획득한 모든점수 박탈 and 턴 종료
1을 제외한 숫자 나올경우 저장해두었다가 Stop하면 모두 획득
Stop 선택 시 해당 턴에 획득한 점수 획득
가장먼…
-
# Develop a Javascript Ludo app.
### Description 📜
A fun and interactive Ludo game app, developed using JavaScript, bringing the classic board game to the digital space! The game allows players to…
-
when i try placing down a bomb while having the dice bomb item my game instantly crashes
-
# Tasks
- [ ] login page with Javascript
- [ ] kahoot quiz backend for teacher input
- [ ] leaderboard
- [ ] homepage of games to choose from
- [ ] Blackjack Game
- [ ] Dice Game
- [ ] Score …
-
Hello, dice-box is a great project and I'm using it for a custom board game, but one annoying issue is that side borders physics seems to be too big and dice often goes too much off screen.
Some ex…
-
### Are you a JWOC participant?
Yes , I am Ankit Majee JWOC Mentee
### Is your feature request related to a problem? Please describe.
Yes , my feature will add a another frontend project into the r…
-
-
No matter what I do, I get this error every time. My resolution is 1920x1080, and I even unplugged my controller. Didn't start the app until I was in-game in the terminal screen. Still no dice. I don'…
-
Roll or Stop을 선택
Roll 시 1이 나오면 해당 턴에서 획득한 모든 점수는 박탈, 턴 종료
추가
-
# 설명
Basic PIG game 구현 (50점 먼저 얻는 플레이어가 Win)
두명의 플레이어만 설정
# 할 일
1. 1부터 6까지 랜덤 integer 생성합니다.
2. 해당 숫자를 bank에 저장하게 합니다
3. 만약 1이 나오면 bank = 0 이 되게 합니다.
4. 50이 나오면 게임끝 (즉 1인만 가정해서 일단 코드 작성합니다 우선)
…