https://github.com/interglobalmedia/guess-the-keys
This is a little game I created called "Guess the keys and press them!
https://github.com/interglobalmedia/guess-the-keys
browsers css-in-js es6-javascript game input-validation javascript keycode keypress scss
Last synced: 7 months ago
JSON representation
This is a little game I created called "Guess the keys and press them!
- Host: GitHub
- URL: https://github.com/interglobalmedia/guess-the-keys
- Owner: interglobalmedia
- Created: 2018-02-01T01:58:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T23:27:24.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T03:43:43.788Z (8 months ago)
- Topics: browsers, css-in-js, es6-javascript, game, input-validation, javascript, keycode, keypress, scss
- Language: JavaScript
- Homepage: https://interglobalmedia.github.io/guess-the-keys/
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guess the keys and press them
## A fun little game made with JavaScript, SCSS/CSS3, and HTML
There is a pattern to the keys you have to press. Together they make a name or word. Can you guess what it is? Type your answer in the input provided and hit return. If you don't guess correctly, you will receive an error message. If you do, a secret phrase will be revealed!
For a more detailed explanation of the game, please read my post on my **Developer Blog** entitled [Guess the keys](https://www.mariadcampbell.com/blog/guess-the-keys/). Don't worry, there is a link to bring you back to the live game on **Github gh-pages**!
As I was developing this game, it also reminded me of the importance of checking for **browser compatibility**. Not knowing how your application works on various browsers, rather all the most important ones (Chrome, Safari, Firefox, IE), can result in major feature breakers! I wrote about my cross browser compatibility experience while developing this game on my **Developer Blog**. The post is entitled [e.keyCode || e.which?](https://www.mariadcampbell.com/blog/e-keycode-e-which/).
Enjoy the game and let me know what you think!