Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://arshadumrethi.github.io/word_jumble/
Word Jumble Web App in JavaScript. View it:
https://arshadumrethi.github.io/word_jumble/
Last synced: about 1 month ago
JSON representation
Word Jumble Web App in JavaScript. View it:
- Host: GitHub
- URL: https://arshadumrethi.github.io/word_jumble/
- Owner: arshadumrethi
- License: mit
- Created: 2018-08-23T12:25:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T14:05:44.000Z (about 6 years ago)
- Last Synced: 2024-08-04T04:01:01.283Z (5 months ago)
- Language: JavaScript
- Homepage: https://arshadumrethi.github.io/word_jumble/
- Size: 75.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-notfancyappchallenge - Word Jumble Game - A word jumble game made with pure JavaScript and HTML/CSS. By [Arshad Umrethi](https://twitter.com/arshadumrethi) (Uncategorized / Uncategorized)
README
# word_jumble
Word Jumble Web App in JavaScript (Vanilla) - Not a fancy webApp but a very functional one!The concept is simple:
The user selects a difficulty level, based on which a word is randomly selected, jumbled and then displayed
to the user to unjumble.**List of features I'd like to add to the game:**
1. Shuffle Again - Shuffles the jumbled word again. :white_check_mark:
2. Timer - Sets a time limit and displays time left.
3. Points System - Keep score and save to DB
4. User Accounts with scores mapped.Gameplay preview:
![alt text](https://github.com/arshadumrethi/word_jumble/blob/master/Assets/img1.png)
![alt text](https://github.com/arshadumrethi/word_jumble/blob/master/Assets/img2.png)