Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

docs: add Farkle game #122

Closed
wants to merge 1 commit into from
Closed

docs: add Farkle game #122

wants to merge 1 commit into from

Conversation

CaptainDBuggy
Copy link

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.

@welcome
Copy link

welcome bot commented Oct 10, 2022

Thanks for opening this pull request! Please check out our contributing guidelines.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@@ -368,5 +368,15 @@
"level": "intermediate",
"site": "https://barber-shop-53333.web.app",
"tags": "vuejs, firebase, html, js, css, barber-shop"
},
{
"name": "Digital Farkle",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The repo name is

Suggested change
"name": "Digital Farkle",
"name": "DigitalFarkle",

"category": "game",
"level": "intermediate",
"site": "https://github.com/MonkeyToji/DigitalFarkle",
"tags": "python, game"
Copy link
Member

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

Suggested change
"tags": "python, game"
"tags": "farkle, python, game"

Copy link
Member

@ming-tsai ming-tsai left a 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

@ming-tsai ming-tsai added the documentation Improvements or additions to documentation label Oct 12, 2022
@ming-tsai ming-tsai changed the title Farkle clone docs: add Farkle game Oct 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants