0

Best code for creating games?

I don’t know the best code for making games, if someone can let me know, also does anyone know what code unreal engine uses?

16th Oct 2025, 4:52 PM
Noah Wiginton
Noah Wiginton - avatar
3 Respuestas
+ 1
I plan to create games for computers/pc.
16th Oct 2025, 5:31 PM
Noah Wiginton
Noah Wiginton - avatar
0
Hi! What platform are you planning to create games for? Mobile devices, web application or desktop computers? Then you should pay attention to game engines such as Unity, Cryengine, and Unreal. /C++ required for Cryengine/ Hardware platforms: IBM PC-compatible computers, Xbox, Xbox 360, Wii, PlayStation 3 Supported OSes: Windows, Linux Written in C++ . CryEngine supports several programming languages, including C++ and Lua. /C# language is used for Unity/ Unity is a cross-platform game engine created by Unity Technologies in 2005. It is used to create single-player and multiplayer games with modern 2D and 3D graphics for platforms such as PC, PlayStation, Xbox, and Nintendo Switch. Unity is also used to create games for browsers and devices running Android and iOS. Unity can also be used to create games that use AR and VR technologies. Unity technologies are used in cinema for creating computer animation, as well as in industry for developing immersive 3D applications for AR and VR.
16th Oct 2025, 5:24 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
Create Games: Try the CopperCube Game Engine. It's easy for beginners to get started with and uses JavaScript as it's scripting language. The CopperCube engine can create games for desktops, browsers and Android devices. https://www.ambiera.com/ 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) https://code.sololearn.com/Wrx937JGOJ3E/?ref=app https://code.sololearn.com/WgHz70TTPkfF/?ref=app
16th Oct 2025, 5:31 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar