-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from gameclosure/devkit2
Devkit2
- Loading branch information
Showing
4 changed files
with
37 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
build/ | ||
sdk | ||
modules | ||
.DS_Store | ||
.version | ||
.version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
Your first game using the Game Closure SDK. | ||
#Your first game using the [Game Closure SDK](http://gameclosure.com). | ||
|
||
A detailed explanation of the game code can be found in the [Game Walk-Through Guide](http://doc.gameclosure.com/guide/game-walkthrough.html). | ||
![WhackThatMole](http://storage.googleapis.com/devkit-example-games/whackthatmole/whackthatmole_screenshot.png) | ||
|
||
A detailed explanation of the game code can be found in the | ||
[Game Walk-Through Guide](http://docs.gameclosure.com/guide/game-walkthrough.html). | ||
|
||
##Prerequisites: | ||
You need devkit installed to run this game locally. Please follow the devkit | ||
installation instructions. | ||
|
||
|
||
##Quick Start: | ||
|
||
Clone this game: | ||
`git clone [email protected]:gameclosure/whack-that-mole whackthatmole` | ||
Change into the game directory: | ||
`cd whackthatmole` | ||
|
||
Add Devkit to the project (and register with the simulator) | ||
`devkit install` | ||
|
||
That's it! Run the simulator and open the WhackThatMole project. | ||
|
||
##Play the Game: | ||
[Play in the | ||
Browser](http://storage.googleapis.com/devkit-example-games/whackthatmole/index.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters