csci e-15 project 3: Words Shooting
This project uses Javascript to build a typing game as a practice of JS.
5000 mostly used english words will first be read in to the page with Ajax call and stored as in an array. Then words will be selected randomly from the arrray and displayed in the game area and start to travel from left to right, when words hit the right border, it counts as the user fail to shoot down the word; User types words to clear them from the gaming area before they reach the right border.