Create a Games | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Create a Games

Hi anyone, i want to ask about create a games. its possible to create 3D games, 3rd View like MMORPG games by using IDE? (Android Studio, Eclipse, Netbeans, etc) THANKS a lot to people who answered my question

16th Feb 2017, 1:34 PM
Ridwan Santosa
Ridwan Santosa - avatar
7 Answers
+ 6
Choose a game engine, each engine has its programming language to go with it. I am using Unity with C# and It's great.
16th Feb 2017, 2:01 PM
Shahar Levy
Shahar Levy - avatar
+ 5
You can, but I can assure you that will never reach even to a basic level 3D game that can be done with a game engine. If you really want to make games, go with a real game engine.
16th Feb 2017, 2:20 PM
Shahar Levy
Shahar Levy - avatar
+ 3
Sure why not? However you will need a 3d Game Engine like Unity, Unreal Engine, Cry Engine,...
16th Feb 2017, 1:56 PM
Kamil
Kamil - avatar
+ 3
MMORPG's are literally the hardest type of game to make. I don't recommend it being your first project if it is. I have a post detailing a lot of information about making games here: https://www.sololearn.com/Discuss/99903/about-making-games That being said, don't give up! It helps to start out small, then move on to the really big projects once you've gained the confidence! edit: Also, it is possible to make games with IDE's. After all, I'm working on a 2d platforming engine made solely in javascript, html, and css with no external libraries. I would get familiar with your ide's before tackling a game project, though I'm pretty sure just about anything's possible. double-edit: Game engines would also make your life a lot easier when just making games in general. I know Unity now supports free exporting to Android, so you can make full games with just the free version. Don't worry about your game's income limits on the free version, because by the time you exceed it you should be able to afford an upgrade anyways
16th Feb 2017, 4:10 PM
Lux
Lux - avatar
0
i mean dont use any engine, just using IDE, for example is Android Studio, is it possible to create 3d mmorpg games from Android Studio? thanks
16th Feb 2017, 2:14 PM
Ridwan Santosa
Ridwan Santosa - avatar
0
I found these 3d games are made with the same as you. here https://fastmodapk.com
12th May 2019, 8:46 AM
Be Aware: The World of Tech
Be Aware: The World of Tech - avatar
0
Absolutely, you can create 3D games with a third-person view, similar to MMORPG games, using various Integrated Development Environments (IDEs) like Android Studio, Eclipse, or NetBeans. These IDEs provide tools and resources to help you build complex applications, including console games from (https://cheatcommands.cc). For 3D game development, you'd usually use game engines like Unity or Unreal Engine, which have their own IDE-like environments tailored for game creation. These engines simplify the process by offering pre-built components, physics engines, and scripting capabilities, making it more manageable even for those new to game development.
27th Aug 2023, 10:39 AM
Killer Frost
Killer Frost - avatar