Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lokeshjoshi

Pages: [1]
1
There are several programming languages that can be used for game development, and the choice of language depends on the game's requirements, the platform, and the developer's preferences. Here are some popular programming languages for game development:

1: C++: C++ is one of the most popular programming languages for game development, and it's used in many game engines such as Unreal Engine and Unity. It's a powerful language that offers low-level control and performance optimization.

2: C#: C# is a high-level programming language that is commonly used in Unity game development. It's a simpler language compared to C++ and offers more productivity with its built-in features such as garbage collection.

3: Java: Java is another popular language for game development, and it's commonly used in developing mobile games for Android. It's a versatile language that offers portability and ease of development.

4: Python: Python is a high-level programming language that is commonly used for game scripting, prototyping, and game tool development. It's easy to learn and use, and it's commonly used in the development of game engines such as Panda3D.

5: JavaScript: JavaScript is a web-based language that is commonly used for browser-based game development. It's a versatile language used in developing games for desktop and mobile devices.

Overall, the best programming language for game development depends on the specific requirements of the game and the developer's experience and preferences. It's important to choose a language that provides the necessary performance, control, and productivity needed for the development of the game.

2
Programming / Re: How to hire roguelike devs?
« on: February 16, 2023, 06:06:31 PM »
Hiring roguelike developers can be challenging as it requires specific skills and knowledge. Here are some steps you can follow to hire roguelike developers:

1: Understand the job requirements: Before hiring roguelike developers, you should clearly understand the job requirements. A roguelike developer should have experience in game development, particularly in the roguelike genre. They should be familiar with game mechanics, procedural generation, and artificial intelligence.

2: Advertise the job: Advertise the job opening on online job boards and forums focused on game development, particularly in the roguelike genre. You can also reach out to game development communities like Reddit's /r/roguelikedev subreddit.

3: Review resumes and portfolios: Review the resumes and portfolios of the candidates to identify the ones with relevant experience and skills. Look for candidates with experience in game development, particularly in the roguelike genre, and with experience in procedural generation and artificial intelligence.

4: Conduct interviews to assess the candidates' technical skills, knowledge, and experience. Ask questions related to game mechanics, procedural generation, and artificial intelligence.

5: Test their skills: You can give the candidates a programming test or a sample project to assess their programming skills and problem-solving abilities. This can help you to evaluate the candidates' abilities and ensure they have the necessary technical skills for the job.

Pages: [1]