10000 GitHub - amabes/wack-a-mole
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

amabes/wack-a-mole

Repository files navigation

Wack a Mole

When a square turns green click it.

Play: https://amabes.github.io/bottomline/

Getting started

Install dependencies & local development.

Local: http://localhost:5000

npm run dev

Deploy to Github pages

npm run deploy

Debugging

Pass {debug:true} as an argument to Game, ex:

const wackAMole = new Game({debug:true});

Wack a Mole

=================================================

Instructions

Click a "mole" as it appears. The amount of time each mole stays visible should be random. The game should have a time limit. There should be controls available to start, stop and reset the game.

Requirements:

  • The game should function consistently in IE11+ and one other major browser
  • The game should function in at least 2 unique viewport sizes.

Requirements:

  • Code formatting, readability, and documentation
  • Performance Optimizations
  • Accessibility

Distribution: Provide a GIT repository with your source code. If any build systems were used, please include instructions to run them in a Readme.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0