Will repl.it ever support making repls using Phaser.js?
So recently, I have been learning game development with Phaser 3, but repl.it doesn't support it yet, though they have been adding new languages, such as Love 2D
and TypeScript
. Will repl.it ever (or be willing to) add Phaser to their supported list of languages?
Highwayman (1443)
If you go in the learn section, then you’ll find a tutorial in phaser.js
Edit: yup @PDanielY was right. It is definitely a browser thing
https://repl.it/talk/learn/Making-a-Phaser-Game-with-HTML5-and-JavaScript/7593
KobeFF (734)
@Highwayman Thanks! :D
Highwayman (1443)
@KobeFF yw! :)
I thought Phaser.js was in the browser
@PDanielY ye
Phaser.js is a framework. You can add it into your HTML or node.js repl like any other normal framework and it will work.