+ 5
What is the best way to create games?
java,javascript,css,html etc
3 Antworten
+ 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)
+ 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?
+ 1
ok