game development

Basics, in JS !

using what ?

  • phaser.io

  • pixi.js

phaser.io

 

 

 

pixi.js

concepts in a game

  • type of rendering
  • graphics
  • sound / music
  • interactivity
  • animation
  • game states
  • user interface
  • time !!
  • players
  • networking
  • reward system
  • content / scripting

type of rendering

  • HTML / CSS
  • canvas
    • ​CPU / software rendering
    • webGL / openGL

deck

By michahell