Sara Gibbons 9205cc3f8b Merge pull request #890 from phalopes/fix/adjusts_pt_README_translation | hace 1 año | |
---|---|---|
.. | ||
images | hace 4 años | |
solution | hace 4 años | |
translations | hace 1 año | |
typing-game | hace 2 años | |
README.md | hace 4 años |
Typing is one of the most underrated skills of the developer. The ability to quickly transfer thoughts from your head to your editor allows creativity to flow freely. One of the best ways to learn is to play a game!
So, let's build a typing game!
You're going to use the JavaScript, HTML and CSS skills you have built up so far to create a typing game. The game will present the player with a random quote (we're using Sherlock Holmes quotes) and time how long the player takes to type it out accurately. You're going to use the JavaScript, HTML and CSS skills you have built up so far to create a typing game.
This lesson assumes you're familiar with the following concepts:
Creating a typing game by using event driven programming
Written with ♥️ by Christopher Harrison