Skip to content

A set of projects and examples covering various engines for my talk: Making Games With Your Web Skills!

Notifications You must be signed in to change notification settings

foolmoron/MakeGamesForWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A set of projects and examples covering various engines for my talk: Making Games With Your Web Skills!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published