Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iturres/the-dungeons-game

⬆️ Project for Oracle + Alura-Latam Programming Course. Created with JavaScript - HTML - CSS ⬆️ The game is based on the Hang-Man game!. You have 7 lives and you must guess the correct characters that form the Winner word, for every lifes you lose, there goes your extremities, if you get to form the word before they hang you, you get King Arthur’s Sword.
https://github.com/iturres/the-dungeons-game

alura challengeonejuegoahorcado challengeonejuegoahorcado2 challengeonejuegoahorcado3 javascript-game oracle

Last synced: 24 days ago
JSON representation

⬆️ Project for Oracle + Alura-Latam Programming Course. Created with JavaScript - HTML - CSS ⬆️ The game is based on the Hang-Man game!. You have 7 lives and you must guess the correct characters that form the Winner word, for every lifes you lose, there goes your extremities, if you get to form the word before they hang you, you get King Arthur’s Sword.

Awesome Lists containing this project

README

        

# The-Dungeons-Game

⚔️The game is based on the Hang-Man game!. You have 7 lives and you must guess the correct characters that form the Winner word, for every lifes you lose, there goes your extremities, if you get to form the word before they hang you, you get King Arthur’s Sword.⚔️

🎥Preview:

![](https://github.com/ITurres/The-Dungeons-Game/blob/main/preview/The%20Dungeons%20Game%20-%20Preview%20(gif).gif)

All comments are well received as part of my learning process! Thank you in advance!

⭐Project for ORACLE + ALURA LATAM⭐

Coded with javaScript, HTML and CSS…(no frameworks used).

The game is based on the HangMan game!. You have 7 lives and you must guess the correct characters that form the Winner word, for every lifes you lose, there goes your extremities, if you get to form the word before they hang you, you get King Arthur’s Sword.
The web pages consist of a main page / landing page, a secondary one for the user to input a word of its election and the Game Page itself.

⚜️The game features music, sound effects, pop ups for the Winner/Loser and an extra message in case the viewport is portrait!.

🧿Requirements of the Challenge:

✔️ It should work only with capital letters;
✔️ Letters with accents or special characters should not be used;
✔️ When completing or drawing the gallows, a "Game over" message should be displayed on the screen;
✔️ If the correct word is completed before the trials run out, a "You won, Congratulations!" message should be displayed. on the screen.
✔️ The page must have dashes indicating each letter of the word, separated by a space;
✔️ To start the game the page must have a "Start Game" button;
✔️ It should not be possible to write numbers within the game.
✔️ Wrong letters must appear on the screen, but they cannot appear repeatedly;
✔️ The correct letters must appear on the screen above the hyphens, in the correct position in relation to the word.

🧿Additional features:

✔️ The page must have a field for inserting text in order to add new words to the game, and an "Add word" button.