/portal

Project at 2016 Game Design Camp. A one button game that is very fun to play with!

Primary LanguageJavaScript

PortalRush one-button game in Javascript ES6

For developing purpose, first download the repository,then do

$ npm install

on your terminal.After that, either navigate to the file in your browser, or start a http server like this

$ python -m SimpleHTTPServer 3000

and go to localhost:3000 to play the game.