+ 5

What is the best way to create games?

java,javascript,css,html etc

11th Apr 2018, 7:56 PM
Aman Kumar Pandit
Aman Kumar Pandit - avatar
3 odpowiedzi
+ 4
For complex games, learn Unity Engine (C#) or Unreal Engine (C++) If you want to do it without an engine, probably C++ combined with OpenGL. Then, you could use other libraries, such as ogre(3d) or sdl or SFML (both 2d)
11th Apr 2018, 8:50 PM
Ariela
Ariela - avatar
+ 3
Depends on the type of game. Draughts or chess (you'll need AI) but basic graphics. 3D game? You'll need an engine like Unity. Simple arcade game could use most languages. As ever, you need to give more information alongside your question. 1) What type of game? 2) What platforms? Mobile / tablet / Games console / desktop?
11th Apr 2018, 9:18 PM
Emma
+ 1
ok
12th Apr 2018, 4:17 AM
Aman Kumar Pandit
Aman Kumar Pandit - avatar