Skip to content

vishutrickcoder/MathGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

// if we click on the start/reset
    //if we are playing
        //reload the page
    //if we are not playing
        //set score to 0 
        //show countdown box
        //reduce time by 1sec in loops
            //time left?
                 //yes - continue
                 //no -  game over
        //change butto to reset
        //generate new Question and Answer

//if we click on answer box
    //if we are playing 
        //correct?
            //yes
                //increase score
                //show correct box for 1sec
                //generate New Question and Answer
            //no
                //show try again box      

About

Game Web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published