Explore >> Select a destination


You are here

phaser.io
| | www.paepper.com
2.6 parsecs away

Travel
| | Hello Phaser.io (version 3) Phaser is a JavaScript library which makes it super easy for you to build games. It builds on top of WebGL, but if your browser doesn't support that, falls back to canvas support. In this quick post, I will show you how to get up and running with your first game in literally 5 minutes (if you take mine as a starter). Note that I use the new version 3 while many tutorials and example games are written in version 2.
| | simonewebdesign.it
2.9 parsecs away

Travel
| | How to build Pong using plain JS and the HTML5 Canvas. No game engine.
| | www.lostdecadegames.com
2.8 parsecs away

Travel
| | Lost Decade Games
| | ostash.dev
65.2 parsecs away

Travel
| Mutating a value. When you receive a data structure that is in its identity mutable, like an array or object, the best thing to do is to always assume that it is a read-only data structure and that you are not allowed to mutate it.