Last Minute Type Game

  • Introduction - the aim of the webpage
  • Technologies
  • Key Code
  • Launch
  • Introduction - the project's aim

    This is a type game, which users could input the word displayed to get more score in 90 seconds. At the bottom, there is an intro button for users to get the basic information about this game. When users click the start button, the count down will begin, and users will get their score on the right when they hit the right word.

    Technologies

  • HTML5
  • CSS3
  • Git
  • key Code

    var bgaudiocount = 0;
    function bgaudio(){       
        ++bgaudiocount;
        if(bgaudiocount % 2 == 1){   
            document.getElementById("bgaudio").play();      
        }else{
            document.getElementById("bgaudio").pause();
        } 
    }
    

    Launch

    Click here to play.