JavaScript game to try and beat the computer, and test out psychic abilities.
[GitHub Pages] https://g33klaura.github.io/Psychic-Game/
As a fan of the horror movie genre, I thought it'd be fun to put a creep-inducing spin on my first JavaScript game. There are visual elements I still need to work out, but I very much enjoyed building this application with an underlying story in mind.
Vanilla JavaScript, CSS, HTML
- Keeps running score
- Alert to user if non-letter key is pressed
- You're attempting to guess the letter chosen by the computer
- Press letters on the keyboard to guess the letter
- You have 9 chances to guess the correct letter
- If the correct letter is guessed, an alert will display and your "survived" score will increase
- If you run out of guesses, an alert will display and your "died" score will increase
- After each round, the letter guessed by the computer will display at the bottom of the page
Good luck!