Hosting & Domaining Forum

Hosting & Domaining development => Programming Discussion => Topic started by: Kovtalo on Jun 20, 2022, 02:17 AM

Title: what script language should I learn
Post by: Kovtalo on Jun 20, 2022, 02:17 AM
Greetings to all! As a beginner in coding, I'm curious to know which programming language is most suitable for creating online games.
Title: Re: what language should I learn
Post by: Sevad on Jun 20, 2022, 02:26 AM
If you are new to programming, it is recommended that you begin with C as it is both user-friendly and expandable. Once you become familiar with C, learning C++ and Python should come more easily to you.
Title: Re: what language should I learn
Post by: Coolander on Jul 01, 2022, 08:16 AM
There is a large list of languages in which online games are written, start with one, such as Java or Python, and then you will want to learn others, they are all roughly similar to each other.
Title: Re: what language should I learn
Post by: hydra87654 on Jul 03, 2022, 01:05 PM
If you want to learn the first language in a short time, you can try Javascript. This language is quite simple and suitable for developing online games (2d). C is also a very good option. However, keep in mind that it will take more time to study it.
Title: Re: what language should I learn
Post by: Chayka on Jul 11, 2022, 04:53 AM
Hi! I believe that C/C++ is by far the best programming language for games. This language appears as a requirement in a wide range of jobs, including tool programmer, graphics engineer, AI programmer, Backend Programmer, gameplay programmer and many others. Good luck in your new endeavors!
Title: Re: what language should I learn
Post by: adm.1.n on Jul 15, 2022, 10:48 AM
If you really want to start from the basics try learning javascript, but if don't, then start learning C first, you may as well learn C++ more easily afterwards
Title: Re: what language should I learn
Post by: Gabriel Evans on Jul 16, 2022, 02:45 AM
There is no single answer to this question. The choice of language depends on the specifics of the project, the goals and objectives set, as well as the need to create code from scratch or adapt it to a particular game engine.

Today, multiple languages can be used to create games for PC, consoles, and mobile devices at the same time. The following are considered the most popular among game developers today.


Each language is good at certain tasks. When creating a game, professional programmers rarely limit themselves to one option. However, the most popular programming languages in game development are C# and Java.

Games created using these tools are smaller, faster, and balance the performance and system requirements of the game.
Title: Re: what language should I learn
Post by: scottpolls on Aug 31, 2022, 03:42 AM
The following is a list of the most popular programming languages:

-Python
-C
-Java
-C++
-C#
-JavaScript
-PHP
-R
-Arduino

JavaScript is a high-level programming language commonly used as a client-side web programming language on 98.8 percent of all sites. Beyond its original use for web browsers, it is now employed in many server-side websites and non-web browser applications. Python is another widely-used language known for its readability and extensive support modules, often applied in 2D imaging, 3D animation, and scientific and computing applications, as well as machine learning and deep learning applications.

 Java is regarded as a ubiquitous, platform-independent programming language that supports cross-platform applications due to its Write Once, Run Anywhere (WORA) functionality, which enables applications to be used across multiple platforms, including smartphones, mainframes, etc. Meanwhile, Kotlin is an open-source, general-purpose language developed as Project Kotlin by JetBrains, often touted as a better alternative to Java, backed by companies like Google and Pinterest. Lastly, PHP is an open-source language deemed essential for developing web applications, particularly as it is responsible for building over 85% of sites on the internet, including Facebook and Yahoo.
Title: Re: what language should I learn
Post by: Apolon2243 on Sep 04, 2022, 03:44 PM
Thanks for the helpful article.  I think learning a new language is very useful nowadays.  I am for learning English, as well as Chinese, as they are common and needed in any field of activity.
Title: Re: what language should I learn
Post by: Я И Бал Крассавиц on Sep 11, 2022, 02:13 AM
 Most likely, you will need to learn the basics of Java first. Because there are a lot of languages, but not easy ones either. And here, Java is what you're looking for. But, in principle, each person has his own approach, his own choice, I just advised).
Title: Re: what script language should I learn
Post by: AustinEstrange on Jan 18, 2024, 02:45 AM
I've had the opportunity to work with various programming languages for creating online games, and I understand the importance of choosing the right language based on specific project requirements. Let's delve deeper into the details of some popular programming languages for online game development.
JavaScript is a versatile language that is well-suited for online game development due to its wide browser support and ability to be used for both front-end and back-end development. It is particularly popular for browser-based games and can also be utilized with game engines like Unity and Phaser. JavaScript's asynchronous capabilities and event-driven nature make it a strong choice for creating interactive and dynamic gaming experiences.

C# is another language commonly used in online game development, especially when working with the Unity game engine. Its robust performance, extensive library support, and strong object-oriented features make it an excellent choice for building complex and high-quality online games. C# is known for its versatility, making it suitable for a wide range of game genres and platforms.

HTML5 and CSS3 are essential languages for creating browser-based games. HTML5 provides the structure and markup for web pages, while CSS3 is used for styling and animating elements on the page. When combined with JavaScript, these languages form the core technologies for many web-based games, leveraging the capabilities of modern web browsers to deliver engaging gaming experiences without the need for additional plugins.

For developers focusing on graphics-intensive online games, C++ is a popular choice. It is known for its high performance and efficiency, making it suitable for creating games with demanding graphics and physics requirements. C++ is often used in the development of game engines, rendering systems, and other low-level components critical for delivering visually stunning and immersive online gaming experiences.
The choice of programming language for creating online games depends on various factors such as the type of game, target platforms, performance requirements, and the developer's familiarity with the language. Each language has its unique strengths and can be leveraged to create compelling, interactive, and visually impressive online games that cater to diverse audiences.