Web-Dev-For-Beginners/4-typing-game
Sara Gibbons 9205cc3f8b
Merge pull request #890 from phalopes/fix/adjusts_pt_README_translation
Fixes some links from PT Translations
2022-12-09 13:55:55 -05:00
..
images folder names 2020-11-09 22:51:04 -05:00
solution accessibility updates throughout lessons 2020-12-08 17:05:34 -08:00
translations Merge pull request #890 from phalopes/fix/adjusts_pt_README_translation 2022-12-09 13:55:55 -05:00
typing-game Merge pull request #833 from ishyyyy/patch-2 2022-10-26 16:50:03 -04:00
README.md Fix broken links 2020-11-17 23:17:48 +05:30

README.md

Event-Driven Programming - Build a Typing Game

Introduction

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.

demo

Prerequisites

This lesson assumes you're familiar with the following concepts:

  • Creating text input and button controls
  • CSS and setting styles using classes
  • JavaScript basics
    • Creating an array
    • Creating a random number
    • Getting the current time

Lesson

Creating a typing game by using event driven programming

Credits

Written with ♥️ by Christopher Harrison