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.
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
.