How to create games in JS using his phone ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to create games in JS using his phone ?

Hello ! I want to create games in JS using a library like phaser but i don't have a computer and i would like to know a way to create games using my phone. PS : I know basic JS and JQuery

18th May 2018, 9:33 PM
Valkyrion
Valkyrion - avatar
4 Answers
+ 3
This JavaScript libraries are helpful with games,also they can be learned and used on mobile:: p5.js phaser.js matter.js Three.js Also you can also create games with pure js,and even...jquery
18th May 2018, 9:44 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 1
You can create free account in Cloud9 service that has pretty nice online ide. There is everything you should have for development. Then you can get some portable bluetooth keyboard and code right from your phone in online ide and test result on mobile browser.
18th May 2018, 9:40 PM
BugBuster
BugBuster - avatar
0
1. Make a js file 2. Open it in your browser 3. Get a text editor (I recommend QuickEdit) 4. Now you can edit the js file and refresh it in your browser
19th May 2018, 6:32 AM
ReimarPB
ReimarPB - avatar
0
Thank you for your anwers ! I juste have a problem : i started Phaser and i can display sprites but i can't deplace them because i don't have a PC keyboard :(
20th May 2018, 7:16 AM
Valkyrion
Valkyrion - avatar