Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 730 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 730 Bytes

p3.protocolv.com

csci e-15 project 3: Words Shooting

This project uses Javascript to build a typing game as a practice of JS.


Basic information of the game:

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.