https://github.com/justin-bytes-code/farkle-a-c---game
This is a medium level text based game that allows the user to play a obscure game named "Farkle". The challenge came in due to us ONLY being able to use the basics.
https://github.com/justin-bytes-code/farkle-a-c---game
farkle text-game
Last synced: 3 months ago
JSON representation
This is a medium level text based game that allows the user to play a obscure game named "Farkle". The challenge came in due to us ONLY being able to use the basics.
- Host: GitHub
- URL: https://github.com/justin-bytes-code/farkle-a-c---game
- Owner: Justin-Bytes-Code
- Created: 2024-10-27T17:01:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-31T04:05:25.000Z (5 months ago)
- Last Synced: 2025-01-12T08:36:30.757Z (5 months ago)
- Topics: farkle, text-game
- Language: C++
- Homepage:
- Size: 19.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Farkle A C++ Game
This is a simple text based game that allows the user to play a obsucure game named "Farkle". The goal is to try to guess the number that the opponent randomly rolls. It was made using Basics of C++ and was made to demosnstrate the Random Functions.To the play the game you need just guess a number 2-12. Then roll the dice. If you guess the correct number you win!