0

What program is needed to make a game for a phone?

I'm new to this so I'm wondering if you could use JavaScript and that only to make a game.

10th Sep 2018, 1:21 AM
Angelo Jdc
Angelo Jdc - avatar
1 Resposta
+ 5
For simple to moderately complex games, pure JavaScript would certainly suffice. The problem lies in converting your web game into an installable app on your phone, which may depend on what platform your phone operates on. https://www.sololearn.com/learn/1439/?ref=app If you want to dive deeper, take a look at Electron. https://electronjs.org .
10th Sep 2018, 1:54 AM
Hatsy Rei
Hatsy Rei - avatar