https://github.com/aenesgur/simple-dicee-game-with-javascript
Developed a dicee game using pure Javascript and Local Storage
https://github.com/aenesgur/simple-dicee-game-with-javascript
css documentobjectmodel es6-javascript html javascript localstorage
Last synced: 3 months ago
JSON representation
Developed a dicee game using pure Javascript and Local Storage
- Host: GitHub
- URL: https://github.com/aenesgur/simple-dicee-game-with-javascript
- Owner: aenesgur
- Created: 2019-12-06T20:09:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-14T10:01:19.000Z (over 5 years ago)
- Last Synced: 2025-01-08T08:45:27.865Z (5 months ago)
- Topics: css, documentobjectmodel, es6-javascript, html, javascript, localstorage
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Dicee Game with Javascript
Developed using pure Javascript. After the first dice was discarded, the value in the dice were stored in Local Storage and the second dice was stored too in the Local Storage, then comparison was performed and the result was printed into header with using the DOM.