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

https://github.com/otumian-empire/dicegame

A simple dice game made up of 6 dices that have to be rolled 5 times and each time the value of every dice roll is added to itself into a variable cscore - current score. the score is then compare to hscore - high score, if cscore > hscore, hscore = cscore. After a the 5 attempts, a replay funtion is called which the sets the high score and reset cscore and cleft - chances left to the default values
https://github.com/otumian-empire/dicegame

Last synced: 7 months ago
JSON representation

A simple dice game made up of 6 dices that have to be rolled 5 times and each time the value of every dice roll is added to itself into a variable cscore - current score. the score is then compare to hscore - high score, if cscore > hscore, hscore = cscore. After a the 5 attempts, a replay funtion is called which the sets the high score and reset cscore and cleft - chances left to the default values

Awesome Lists containing this project