-
Hi!
First of all, want to thank you for making this excellent module! Saw your post on pf2e discord and decided to try it out during one of our game sessions and it worked great except for one thin…
-
## Requierments
N명의 플레이어가 참여 이번 프로젝트에서는 컴퓨터랑 1대1
순서대로 돌아가며 턴을 진행
Roll 또는 Stop을 선택
Roll 선택 시 1이 나오면 해당 턴에 획득한 모든점수 박탈 and 턴 종료
1을 제외한 숫자 나올경우 저장해두었다가 Stop하면 모두 획득
Stop 선택 시 해당 턴에 획득한 점수 획득
가장먼…
-
If it's not obvious, the following text is from ChatGPT:
Prompt:
I would like to modify my existing code base for the game to make it more Object oriented and modular, so that working with other p…
-
# 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…
-
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…
-
# Tasks
- [ ] login page with Javascript
- [ ] kahoot quiz backend for teacher input
- [ ] leaderboard
- [ ] homepage of games to choose from
- [ ] Blackjack Game
- [ ] Dice Game
- [ ] Score …
-
### 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…
-
-
# 설명
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