Is JavaScript good for making games or is it C# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is JavaScript good for making games or is it C#

20th Aug 2022, 11:03 PM
Dumebi
Dumebi - avatar
2 Answers
+ 4
You can make web games using javascript, even desktop or mobile if you use frameworks. But javascript is not language created for making games it is language for making websites. C# and c++ are mostly used in gaming industry mostly because thay are very fast. Some other language can also be used to make game like Java (Minecraft is one example of game build with Java) So if your goal is to make web games choose java script and learn canvas or some library/framework for making games. If you wanna make other type of games learn c# or c++.
20th Aug 2022, 11:23 PM
PanicS
PanicS - avatar
+ 4
Create Games: Web games: HTML5(GDevelop) https://html5gamedevelopment.com/ Phaser game engine https://phaser.io For PC: Engines: - Unity(C#) - Cryengine V(C++) - Unreal engine 4(C++)(for pc, vr, playstations) Java: - JMonkey Game Engine https://jmonkeyengine.org/ - LibGDX JavaScript: - Construct 2 Engine Python: - RenPy(2D) - PyGame https://pygame.org - Panda 3D https://www.panda3d.org/ CopperCube6-is a full-featured 3D game engine.No programming needed(& JavaScript for advanced). Create 3D games and apps quickly.Includes terrain editor,low poly modelling tools,3D models,precreated game AI,effects and more. Gamemaker(only 2D,without PL) 2D engines for beginners: - Stencyl - RPG-maker - Ink - free addition for Unity(html,C#) - GameMaker Studio2(paid 100$,drag&drop) The Easiest Game Engines Ever: Flash(Stencyl) DirectX(Construct Classic) C(Raylib) Lua(LOVE 2D) Haxe(Heaps) https://code.sololearn.com/Wrx937JGOJ3E/?ref=app https://code.sololearn.com/WgHz70TTPkfF/?ref=app
21st Aug 2022, 6:29 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar