-
Notifications
You must be signed in to change notification settings - Fork 132
Conversation
Thanks for opening this pull request! Please check out our contributing guidelines. |
Kudos, SonarCloud Quality Gate passed!
|
@@ -368,5 +368,15 @@ | |||
"level": "intermediate", | |||
"site": "https://barber-shop-53333.web.app", | |||
"tags": "vuejs, firebase, html, js, css, barber-shop" | |||
}, | |||
{ | |||
"name": "Digital Farkle", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The repo name is
"name": "Digital Farkle", | |
"name": "DigitalFarkle", |
"category": "game", | ||
"level": "intermediate", | ||
"site": "https://github.com/MonkeyToji/DigitalFarkle", | ||
"tags": "python, game" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a tag for unique key and it will be linked with ideas.json
"tags": "python, game" | |
"tags": "farkle, python, game" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @MonkeyToji,
Could you add the idea inside of ideas.json
?
The first tag of idea should be with
farkle
This is the bare bones start to a fun little game im building in python. One of my good friends loves "Farkle" which is similar to Yahtzee, but less complex. We usually play when we run out of things to do, but it's always a fun time. The first phase will be the basic of the game. Having the program roll dice, calculate points, and such.