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

Slides for the talk "Game development with JS and Phaser" (30-40 mins version)

License

Notifications You must be signed in to change notification settings

belen-albeza/talk-js-gamedev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game development with JS and Phaser

Talk on HTML 5 game development using Phaser.

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

Slide deck generated with generator-simple-bespoke.

Run the examples locally

You need to run a local server that can serve the src/examples directory statically.

With Python:

cd src/examples
python -m SimpleHTTPServer

With Node's http-server:

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

View the slideshow locally

Requirements

  • Gulp client npm install -g gulp

Usage

Download or clone the repository, then install dependencies:

npm install

To build the project in a dist folder:

gulp dist

To start development mode, with automatic asset rebuilding and browser reloading:

gulp dev

To deploy to Github pages:

gulp deploy

About

Slides for the talk "Game development with JS and Phaser" (30-40 mins version)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published