KhushJain / PigDiceGame-and-Budgety

Learnt JavaScript from https://www.udemy.com/course/the-complete-javascript-course/ and simultaneously made the two apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PigDiceGame-and-Budgety

Learnt JavaScript from https://www.udemy.com/course/the-complete-javascript-course/ and simultaneously made the two apps.

DOM_PIG_GAME

GAME RULES:

  • The game has 2 players, playing in rounds.
  • In each turn, a player rolls a dice as many times as he wishes. Each result gets added to his ROUND score.
  • BUT, if the player rolls a 1, all his ROUND score gets lost. After that, it's the next player's turn.
  • The player can choose to 'Hold', which means that his ROUND score gets added to his GLOBAL score. After that, it's the next player's turn.
  • The first player to reach 100 points on GLOBAL score wins the game.

Screenshot from 2020-01-16 18-50-52

Screenshot from 2020-01-16 18-51-22

Screenshot from 2020-01-16 18-51-52

Budgety

It calculates the budget based on the Income and Expenses.

Screenshot from 2020-01-16 18-52-08

Screenshot from 2020-01-16 18-55-15

Screenshot from 2020-01-16 18-55-18

About

Learnt JavaScript from https://www.udemy.com/course/the-complete-javascript-course/ and simultaneously made the two apps.


Languages

Language:JavaScript 51.7%Language:CSS 25.1%Language:HTML 23.2%