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
- Host: GitHub
- URL: https://github.com/monnus/pig-game
- Owner: Monnus
- Created: 2022-12-28T15:50:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-28T15:51:00.000Z (over 3 years ago)
- Last Synced: 2025-10-09T19:05:08.228Z (8 months ago)
- Language: JavaScript
- Homepage: https://monnus.github.io/Pig-game/
- Size: 384 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .