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

https://github.com/monnus/pig-game

Pig game, score up to 100 to win
https://github.com/monnus/pig-game

Last synced: 8 months ago
JSON representation

Pig game, score up to 100 to win

Awesome Lists containing this project

README

          

# Pig game
Pig game is the first ever game i complete from the jonas.io cource it is a game
designed to alternate between 2pplayers , to see who is the first to reach 100.
roll the dice and the values get add to a counter up till hundred/100 , roll a on1(1);
and you lose you points, which than switched to next player.

# what I'v learned.
what I'v learned to is how to create states to control parts of the game, and dynamic programing .