An open API service indexing awesome lists of open source software.

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.

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!