Skip to content

js13kGames/juan-vs-the-trump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Juan vs. The Trump

Desktop entry for the js13kgames 2015 competition. Demo

Our hero is Juan. His desires in life are simple: collect coins and stay alive. His lifelong rival is the Trump, who just likes to screw everything up.

Help Juan navigate the floating platforms to collect coins. But be careful: some platforms have deadly spikes and the Trump shows up every so often to scare you and reverse the direction of the platforms.

Controls: Left/Right arrows to move, Spacebar to jump

Development

Getting started:

sudo npm install -g grunt-cli
npm install

To kick off a build:

grunt

To build whenever you save a src file:

grunt watch

To serve the app:

grunt express:dev

Load http://localhost:8675/dist/ in your browser.

Packaging

After each build, you'll find compressed/index.html and compressed/index.html.zip. The zip file is the artifact used for submission.

Credits