BrickLai / Last-Minute-Type-Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

    This webpage is prepared to launch, users can click the link to preview it.

    Click here to play.

    About


    Languages

    Language:CSS 45.4%Language:JavaScript 30.4%Language:HTML 24.2%