Skip to content

fernandohenriques/paw-patrol-game-for-kids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paw-patrol-game-for-kids

A simple 2D phase game for childrens, with "Paw Patrol" theme.


This is my first game using the popular game engine Phaser, based at the tutorial "Making your first Phaser game" (https://phaser.io/tutorials/making-your-first-phaser-game) and extending it with modern Javascript (coding with ES6, using the CommonJS pattern to split the code into modules, a linter for tests, NPM for manage dependencies and Gulp for manage tasks).


Used technologies:

  • HTML 5
  • Javascript (ES6)
  • Phaser
  • NPM
  • Browserify
  • Babel
  • Gulp
  • JShint