+ 5
Which js game frameworks integrates well with SoloLearn?
I wanna make some games using js in SoloLearn but only canvas is just too tough... I know about some frameworks like phaser, pixi, playcanvas etc etc... But which one can i use to make games in SoloLearn?
6 Respuestas
+ 8
MSN🇧🇩 For a simple game, you can just make use of the canvas or the p5.js library and make your own API.
+ 5
You can use any of them [on sololearn] if you're cable of making games [using those frameworks].
+ 3
Well Arb Rahim Badsa are there any oop game frameworks i can use in solo?
Like this:
var player = new PlayerObj(x,y);
player.onleftpressed = function (){
player.move(-1,0);}
//This is just a stupid example.
+ 3
MSN🇧🇩 The way that you want is called 'API Designing'. Every frameworks have their own API. So do have the different design. Phaser is OOP based and playcanvas has their own playground.
+ 3
But Arb Rahim Badsa i went to phasers platformer tutorial and it says i gotta download some asset stuff first 😢.
I just want to make a simple game in SoloLearn without downloading any stuff🤗🤗
+ 2
Thanks for the advice Arb Rahim Badsa
👍👍👍