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
4 Antworten
+ 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
+ 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.
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
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 :(