/whack-that-mole

A basic game and introduction to the Game Closure SDK.

Primary LanguageJavaScript

Your first game using the Game Closure DevKit SDK.

WhackThatMole

A detailed explanation of the game code can be found in the Game Walk-Through Guide.

Prerequisites

You need devkit installed to run this game locally. Please follow the devkit installation instructions.

Quick Start

Clone this game: git clone git@github.com:lamberta/whack-that-mole whackthatmole

Change into the game directory: cd whackthatmole

Add Devkit to the project (and register with the simulator) devkit install

Run the simulator and open the WhackThatMole project. Play the game in the browser!