Js game engine | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 3

Js game engine

Can anyone recommend a simple Javascript game engine for beginners?(ive already checked out melonjs,craftyjs,playcanvas and i think crafty is the easiest)

5th May 2018, 5:34 PM
Richard Cofie
Richard Cofie - avatar
2 ответов
+ 5
@Faisal UnityScript (Unity’s JS Engine) is currently deprecated and should not be used. Stick with their C# engine.
5th May 2018, 6:45 PM
Giancarlo Forero
+ 2
Unity is a very good game engine that is very popular with game developers. Although it isn't primarily based around JavaScript, you can use it for writing the scripts for your games. It may take a bit to get used to as there are several different things that you can use for developing your game, but after you get the hang of it it becomes a very good tool and you could create great applications with it. :)
5th May 2018, 6:42 PM
Faisal
Faisal - avatar