Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 303 Bytes

File metadata and controls

18 lines (10 loc) · 303 Bytes

Run Phaser js with Brython

Implemntation of first phaser tutorial with brython

Load Phaser and brython submodule:

git submodule init

git submodule update

Start a webserver:

python -m SimpleHTTPServer

and the open:

open localhost:8000