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

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

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.