coltonw / AcidPlatformer

This is a simple javascript platformer that may evolve over time to be something more.
0 stars 0 forks source link

AcidPlatformer

This is a simple javascript platformer that may evolve over time to be something more.

First time project setup

Run npm install, then run bower install.

How to run

First, build the project by running gulp.

Once all the files are built and in the dist folder, run a simple http server from there and open game.html. For an easy to setup and run server, I recommend http-server.

To do

Optional

Helpful links