Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.

belen-albeza/mediterranea-js-2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game development with JS and Phaser

Talk for MediterráneaJS 2015 in Barcelona.

Images for the examples are made by Kenney and have been released under a CC0 license.

View slides locally

First, ensure you have the following installed:

  1. Node.js
  2. Bower: $ npm install -g bower
  3. Gulp: $ npm install -g gulp

Then, install dependencies and run the preview server:

$ npm install && bower install
$ gulp serve

Run the examples locally

You need to launch a local HTTP server from the src/examples directory. One way is by running http-server:

$ npm install -g http-server
$ cd src/examples
$ http-server

About

Talk for MediterráneaJS (includes slides and example source code)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published