- This is a web version of Drinking Game "Juru Marble" which is popular in Korea. (Meaning of "Juru" is "Drinking" in Korean)
- This game is for 1 to 4 players.
- The game is played with a dice and a marble.
- The game is played by moving the character on the board according to the number of dice rolls and performing the mission of the block where the character is located.
- To introduce "Juru Marble" to the world.
- To gain open source contribution experience and to have fun with the contributors.
- Next.js (Typescript)
- Tailwind CSS
juru/
├─ app/
│ ├─ page1/
│ │ ├─ page.tsx
│ │ page2/
│ │ ├─ page.tsx
│ ├─ globals.css
│ ├─ layout.tsx
│ ├─ page.tsx
├─ components/
├─ data/
│ ├─ data1.json
│ ├─ data2.json
├─ public/
├─ package.json
├─ package-lock.json
├─ tsconfig.json
├─ README.md
- Players Table (Priority: High, Issue: #1)
- Templates of boards (list of inputs) to be provided for the users. (Priority: High, Issue: #3)
- User can create their own board. (Priority: Low, Issue: #2)
- Fork it!
- Create your feature branch:
git checkout -b feature/my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/my-new-feature
- Submit a pull request merging into the
main
branch.
- If you have any feature requests or bug reports, please create an issue.
- Feel free to contribute to this project.
- Let's have fun with Juru!