WHAC-A-MOLE GAME

The Whac-A-Mole can be a very engaging game if developed in it's complexity.

This game is designed to be played by only user, by clicking on the mole as many times as possible. Any correct click gives the user a point. The user can click on the mole multiple times in a card. The user is expected to reach a minimum score before proceeding to the next level.


PLAY GAME HERE

Some other methods used in developing this game include:

  • Array [];
  • Sort();
  • Append();
  • Math.random();
  • Push();
  • if... else ....


Comments

Popular posts from this blog

ROCK-PAPER-SCISSORS GAME

THE MEMORY GAME