Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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:

Awesome Lists containing this project

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)