+ 1

How do you make an app or game online?

15th Jan 2018, 4:33 AM
Campbell
Campbell - avatar
2 Respostas
+ 3
Browser-based games Cookie Clicker, or any very simple game played directly on the browser is created using JavaScript. However, these games can also incorporate databases and other languages. Application based applications (.exe) are created using mostly OOP languages, such as C, C++, Python, Java, etc. These games are usually MUCH more extensive than web designed games. To answer your question simply, games are created by one, or incorporating many programming languages in order to stretch the boundaries and functionality of the program itself. Many languages are used to stretch the amount of things the game can accomplish, by using many different talents from many languages. Keep in mind, application-based games (.exe) are much more advanced and sometimes enjoyable than browser (JavaScript, markup) games. 😂 Hope this helped! 👍
15th Jan 2018, 5:02 AM
Dread
Dread - avatar