Which js game frameworks integrates well with SoloLearn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

19th Aug 2020, 5:37 AM
MSN
MSN - avatar
6 Answers
+ 8
MSN🇧🇩 For a simple game, you can just make use of the canvas or the p5.js library and make your own API.
19th Aug 2020, 5:51 AM
Arb Rahim Badsa
Arb Rahim Badsa - avatar
+ 5
You can use any of them [on sololearn] if you're cable of making games [using those frameworks].
19th Aug 2020, 5:41 AM
Arb Rahim Badsa
Arb Rahim Badsa - avatar
+ 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.
19th Aug 2020, 5:43 AM
MSN
MSN - avatar
+ 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.
19th Aug 2020, 5:47 AM
Arb Rahim Badsa
Arb Rahim Badsa - avatar
+ 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🤗🤗
19th Aug 2020, 5:49 AM
MSN
MSN - avatar
+ 2
Thanks for the advice Arb Rahim Badsa 👍👍👍
19th Aug 2020, 5:51 AM
MSN
MSN - avatar