diff --git a/Games/Spell_Bee/README.md b/Games/Spell_Bee/README.md new file mode 100644 index 0000000000..d1c9742626 --- /dev/null +++ b/Games/Spell_Bee/README.md @@ -0,0 +1,19 @@ +# Spell Bee + +The game is based on real life spelling bee competition. Listen to word and Enter correct spelling of that word. + +# How to Play + +To begin playing, click on "Begin" button and game will start. Player can listen to the pronunciation of word and can type in the answer bar. +Player can also listen to the word used in a sentence or can see its meaning for proper guessin but it will charge him some score points. + + +# Scores + +Score points are awareded and deducted based on: + 1. Correct Answer +5 points + 2. Speak Sentence -2 points + 3. Show Meaning -1 point. + +# Contributed by : +https://github.com/Markcosay \ No newline at end of file diff --git a/Games/Spell_Bee/Spell Bee.png b/Games/Spell_Bee/Spell Bee.png new file mode 100644 index 0000000000..dd31cfccd1 Binary files /dev/null and b/Games/Spell_Bee/Spell Bee.png differ diff --git a/Games/Spell_Bee/assets/spell_bee_screenshot.png b/Games/Spell_Bee/assets/spell_bee_screenshot.png new file mode 100644 index 0000000000..87720cc939 Binary files /dev/null and b/Games/Spell_Bee/assets/spell_bee_screenshot.png differ diff --git a/Games/Spell_Bee/index.html b/Games/Spell_Bee/index.html new file mode 100644 index 0000000000..1c37881608 --- /dev/null +++ b/Games/Spell_Bee/index.html @@ -0,0 +1,396 @@ + + + + + + + Spell Bee + + + + +
+ +
+
+ + + +
+ + + + +
+
Level: 1
+
Score: 0
+
+
+ + + + diff --git a/README.md b/README.md index 2bb10ce13f..e16a817f7e 100644 --- a/README.md +++ b/README.md @@ -822,6 +822,7 @@ This repository also provides one such platforms where contributers come over an |[Dot_Box_Game](https://github.com/kunjgit/GameZone/tree/main/Games/Dot_Box_Game)| | [Cosmic_Blast](https://github.com/kunjgit/GameZone/tree/main/Games/Cosmic_Blast) | |[Mole](https://github.com/taneeshaa15/GameZone/tree/main/Games/Mole)| +|[Spell Bee](https://github.com/kunjgit/GameZone/tree/main/Games/Spell_Bee)| | [Go-fish-master](https://github.com/kunjgit/GameZone/tree/main/Games/Go-fish-master) | |[Pottery-Game](https://github.com/kunjgit/GameZone/tree/main/Games/Pottery-Game)| | [Ganesh_QR_Maker](https://github.com/kunjgit/GameZone/tree/main/Games/Ganesh_QR_Maker) | diff --git a/assets/images/spell_bee.png b/assets/images/spell_bee.png new file mode 100644 index 0000000000..87720cc939 Binary files /dev/null and b/assets/images/spell_bee.png differ