What programming language should I learn to start making games?

0
2
Asked By CraftyNinja74 On

I've always dreamed of creating my own game, and I've got some basic experience with block coding but that's pretty much it. I'm particularly interested in developing a tower defense game, but I'm unfamiliar with the specific requirements or languages involved. As a total beginner, I'm seeking advice on which programming languages would be best to learn for game development. Any guidance would be super helpful!

2 Answers

Answered By PixelPioneer99 On

I've been working with Godot for a while now, and it's fantastic for indie developers, especially if you’re focusing on 2D games. GDScript is easy to pick up, making it perfect for starting projects like a tower defense game. Plus, debugging is straightforward, which is a plus when you're learning! If you want something a bit more mainstream, Unity is definitely the go-to with lots of available resources and tutorials.

TowerDefenseFan -

What's the learning curve like for Godot compared to Unity? I’ve heard good things about both!

Answered By GameDevGuru23 On

It really depends on which game engine you want to use! For example, if you're leaning towards Unity, you'll want to learn C#. If you choose Godot, you could work with GDScript (which is similar to Python), or C#. Unreal Engine typically uses C++, which is great for high-end graphics. Just consider what kind of games excite you and choose the engine accordingly.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.