The Phaser 3 Tutorial implemented with Opal. Specifically Phaser 3.20.1
and Opal 1.0
To test locally, run
bundle i && npm i && bundle exec rake build && npm start
and visit http://localhost:8080
or use your preferred local HTTP server
Make more use of Opal's Native::Helpers
, such as alias_native
and native_accessor
Determine if there is a better way of handling the Phaser Scene functions, preload
, create
, update
, etc.., besides instance variables and lambdas.