A
A
Artur Deunezhev2019-03-13 21:02:43
Game development
Artur Deunezhev, 2019-03-13 21:02:43

In what language to write a game from scratch?

I started learning programming! I studied completely PascalABC.NET and wrote a game on it (small, walker, with physics, AI, rating).
But PascalABC.NET does not provide many opportunities, and some of my ideas cannot be implemented because of this (something like a camera following itself, a 2D project by the way). And I can't find the exact answer, what to choose C++ or C# (game from scratch, not on Unity). I'm just going to transfer everything from the last project to continue to develop it!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
L
Legebocker, 2019-03-15
@naumnek

I started learning programming!

Em. PascalABC.NET is so small that you've only just started learning how to program after learning it all the way?
C# is a language that is pleasant for learning, which has its own library for working with the output of a graphical interface (pictures, and other things), and in principle a lot of good things.
C++ is a very strong language, a bit difficult to understand, it doesn't know how to work with the GPU, but there are third-party libraries like DirectX and OpenGL. DirectX and OpenGL are very redundant for a novice programmer, but the level of abstraction in these APIs is lower than in the .NET framework, which allows you to "deep into the game and edit it almost by atoms!", just like you ordered)
You will not transfer it in any way, unless you write again

G
GavriKos, 2019-03-13
@GavriKos

On any that will allow you to realize all your detailed ideas and technical aspects.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question