What is essential to make a full desktop application or game Like to say a football game or a farm game etc.... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is essential to make a full desktop application or game Like to say a football game or a farm game etc....

I'm interested in developing desktop applications

24th Nov 2018, 7:35 PM
Ali Tarek
Ali Tarek - avatar
1 Answer
0
Well, first you would need to decide what language you want to write the applications in. For games like you are describing, and to have them as desktop applications, I suggest you study C++ or Java. Then you would need the right tools for the language you learn. For example, for c++ you would need an IDE and compiler. In order to create the games you will want to have libraries that make writing graphics, creating a game window, playing theme music etc... easier. If you were to choose c++, a good library/toolkit to use for game programming could be SFML for example. Hope it helps. Best of luck.
27th Nov 2018, 5:25 AM
Kirk Hunt
Kirk Hunt - avatar