Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gz30eee/word-scramble-game
A game where you guess the word based on a hint and the scrambelled word itself with a timer. Enjoy the game!
https://github.com/gz30eee/word-scramble-game
array english english-learning game game-development html-css-javascript small-projects svg word-scramble word-scramble-game words
Last synced: 2 days ago
JSON representation
A game where you guess the word based on a hint and the scrambelled word itself with a timer. Enjoy the game!
- Host: GitHub
- URL: https://github.com/gz30eee/word-scramble-game
- Owner: GZ30eee
- License: mit
- Created: 2024-01-14T09:27:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-19T14:16:31.000Z (11 months ago)
- Last Synced: 2024-02-19T15:38:52.782Z (11 months ago)
- Topics: array, english, english-learning, game, game-development, html-css-javascript, small-projects, svg, word-scramble, word-scramble-game, words
- Language: JavaScript
- Homepage: https://gz30eee.github.io/Word-Scramble-Game/
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
![image](https://github.com/GZ30eee/Word-Scramble-Game/assets/130747789/33f4db83-9792-496f-a089-5b6c228a7366)
# Word Scramble Game
Word Scramble is a fun and challenging game that tests your word knowledge. The game presents you with a scrambled word and you have to guess the correct word within a given time.
## Play the Game
You can play the game live at [here](https://gz30eee.github.io/Word-Scramble-Game/)
## How to Play
1. The game starts by displaying a scrambled word.
2. You have to type the correct word in the input field.
3. If your answer is correct, your score increases.
4. The game also provides a hint for each word.
5. The game continues until the time runs out.## Technologies Used
*Click on the icon to preview the files used in the project*[![My Skills](https://skillicons.dev/icons?i=html)](https://github.com/GZ30eee/Word-Scramble-Game/blob/master/index.html)
[![My Skills](https://skillicons.dev/icons?i=css)](https://github.com/GZ30eee/Word-Scramble-Game/blob/master/style.css)
[![My Skills](https://skillicons.dev/icons?i=js)](https://github.com/GZ30eee/Word-Scramble-Game/tree/master/js)## Game Features
- Scrambled words: The game presents you with a scrambled word that you have to guess.
- Score tracking: The game keeps track of your score.
- Timer: The game has a timer. You have to guess the word before the time runs out.
- Hints: The game provides a hint for each word.
- Refresh Word: If you're stuck on a word, you can refresh it and get a new word.
- Check Word: After typing a word, you can check if it's correct.Enjoy the game!
## How to Clone This Repository
1. First, you'll need Git installed on your local machine. If you don't have Git installed, you can find download instructions on the official Git website.
2. Next, open your terminal (Mac/Linux) or command prompt (Windows).
3. Navigate to the directory where you want to clone the repository.
```bash
cd /path/to/your/directory
```4. Now, clone the repository by running the following command:
```bash
git clone https://github.com/GZ30eee/Word-Scramble-Game.git
```5. This will create a new directory named `Word-Scramble-Game` containing all the files from the repository.
6. Navigate into your new directory:
```bash
cd Word-Scramble-Game
```You now have a local copy of the project and are ready to run or modify it as you see fit!
## License
This project is licensed under the [MIT License](https://www.mit.edu/~amini/LICENSE.md)
## Contact
If you want to contact me you can reach me at [GZ30ee](https://github.com/GZ30eee).