Can Js be used in game developing? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 92

Can Js be used in game developing?

Hi,i'm a javascript developer and i would to make games in javascript. The potencial of this language are very big,so, can i make a game in javascript and then convert this in Android,desktop and IOS app? Maybe this language isn't the better language for game developing,but to me,js can make really good games.What do you think?

25th Mar 2018, 12:11 PM
Michele di Biase
Michele di Biase - avatar
118 Answers
+ 78
Yes , you can develop games through JavaScript. And for making it into android app you can use this thread post by Krishna Teja Sir. https://www.sololearn.com/discuss/914055/?ref=app https://www.sololearn.com/learn/1439/?ref=app C# with Unity is best for making android games.And JavaScript can also be best for developing games.
25th Mar 2018, 12:19 PM
Akash Pal
Akash Pal - avatar
+ 26
Js games are surprisingly simple to make given you have an understanding of basic algebra and trigonometric functions. I made one not long ago it was fun. https://code.sololearn.com/Wrn4EAC9gEBP/?ref=app
27th Mar 2018, 12:23 AM
Michael Simnitt
Michael Simnitt - avatar
+ 20
if you want to develop games for android it's maybe better to learn java and kotlin which is official language for android
26th Mar 2018, 7:02 PM
Vukan
Vukan - avatar
+ 17
Unity Engine support C# and UnityScript as scripting languages. UnityScript is very similar to JavaScript.
26th Mar 2018, 12:26 PM
Chris
Chris - avatar
+ 15
Thanks for the answers
25th Mar 2018, 12:22 PM
Michele di Biase
Michele di Biase - avatar
+ 13
yep you can use it with Unity game engine .
8th Apr 2018, 11:31 AM
Why So Serious ?
Why So Serious ? - avatar
+ 12
As other users said, you can convert your JS to anything else that works on PC, smartphone and tablets, often w/h huge performance limitations but since Javascript is built to run on browsers, i recommend to check this video out from minute 22:58 to 27:05, something great is happening in the JS world and maybe in a few years we will be able to play high quality games enjoying the same experience of console/desktop games... i'm too optimistic though. https://youtu.be/EZpdEljk5dY
31st Mar 2018, 11:04 AM
Maz
Maz - avatar
+ 11
Yes, you can develop games in javascript. If you use unity to make a game, it will also be cross-platform and javascript used will be called unityscript which is slightly different from original language.
27th Mar 2018, 12:21 PM
Dhruv garg
Dhruv garg - avatar
+ 11
JavaScript adds interactivity in websites, if interactivity is a huge portion of games, JavaScript can make games.
27th Mar 2018, 4:21 PM
Norberttony
Norberttony - avatar
+ 9
Yes, there is a game engine called Unity which supports both C# and javascript (unity script) for scripting purposes. Unity is beginner friendly and super fun to start with. With options available to build your game to almost every platform including consoles, phones, VR, AR, ebook readers etc. Get Unity here: www.unity3d.com
27th Mar 2018, 11:00 PM
Rusty.Metal
+ 9
Yes, obviously you can. With HTML, CSS and JS you can make a really beauty game!
28th Mar 2018, 12:52 AM
Nuzze
Nuzze - avatar
+ 8
well, u can use HTML CSS and JavaScript to make and develop games later u can change. js is the best.
26th Mar 2018, 1:38 PM
Nafis Adnan Mondal
Nafis Adnan Mondal - avatar
+ 8
Actually, you can use Electron too. It is an amazing framework that lets you transform your html/css/js into. exe. Try it here: http://electron.io/ And for the android/iOS apps try: http://ionic.io/
28th Mar 2018, 11:09 AM
Nuzze
Nuzze - avatar
+ 8
Yep it can be used in game developing
31st Mar 2018, 9:53 PM
Oluwatobiloba Adegbaju
Oluwatobiloba Adegbaju - avatar
+ 8
yes. look at Phazer. It's very cool for make game in multiple devices.
1st Apr 2018, 9:10 AM
MecyDev
MecyDev - avatar
+ 7
Aftab Shaikh yes you can learn JavaScript for making apps but with Html and Css intermixed with them. But I will recommend Java and Kotlin for developing android apps. Else these links and threads can help you which are provided by honorable Krishna Teja Sir. https://www.sololearn.com/discuss/914055/?ref=app https://www.sololearn.com/learn/1439/?ref=app C# with Unity is best for making android games.And JavaScript can also be best for developing games.
31st Mar 2018, 2:01 PM
Akash Pal
Akash Pal - avatar
+ 7
thank you,useful post
1st Apr 2018, 4:35 AM
Isomer
Isomer - avatar
+ 6
Yes JavaScript can make some interesting games
27th Mar 2018, 4:39 PM
BCS
BCS - avatar