Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heismanish/js
Documenting my JavaScript journey.
https://github.com/heismanish/js
javascript javascript-project web-development
Last synced: 30 days ago
JSON representation
Documenting my JavaScript journey.
- Host: GitHub
- URL: https://github.com/heismanish/js
- Owner: Heismanish
- Created: 2022-10-23T18:06:33.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-21T18:29:23.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T04:47:06.510Z (almost 2 years ago)
- Topics: javascript, javascript-project, web-development
- Language: JavaScript
- Homepage: https://heismanish.github.io/JS/
- Size: 460 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS
A repo to document my JavaScript journey.## Mini Projects:
### 1. [Guess Game](https://heismanish.github.io/JS/04.%20JS%20in%20the%20Browser_DOM_and%20events/index.html)
### 2. [Modals](https://heismanish.github.io/JS/05.%20Modals/index.html)
### 3. [Pig Game](https://heismanish.github.io/JS/06.%20Pig%20Game/index.html)
Rules:
- To win you need a total of 100 score.
- Player can roll the the dice to accumulate a score(till dice gives 1) and must hold in order to keep the score safe.
- But pressing hold will pass the dice to the other player.
- So take a chance or play safe upto you :)