Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 617 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 617 Bytes

Make Games Using Your Web Skills

A simple little platforming/collecting game to go with my talk: Making Games With Your Web Skills! https://docs.google.com/presentation/d/1cG0tYudPkluIJy1a11dnDw8t91kijz3BOmvEY0aL5O0/edit#slide=id.p

The code is intentionally as dumb and simple as possible, so you can follow along. Do not use this code as actual advice for making a web game.

/A_dom

Vanilla HTML and DOM rendering. Run by opening in the browser directly.

/B_canvas2d

Vanilla HTMl with Canvas2D rendering. Run by opening in the browser directly.

/C_pixi

React with Pixi rendering. Run with npm start.