Skip to content

halfmonty/phaserdeno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phaser By Example - Typescript

A conversion of the examples from the 'Phaser By Example' book to Typecript using the most recent phaser v4 api's with various fixes and correction due to errors in the book and bitrot over time. I've used the Deno runtime for a clean, typescript-friendly development environment.

Prerequisites

Install the Deno runtime.

# Windows
irm https://deno.land/install.ps1 | iex
# Max/Linux
curl -fsSL https://deno.land/install.sh | sh

To Run

deno run dev

Orginal JS Repo

https://github.com/phaserjs/phaser-by-example

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published