I just got into the world of game development, I want to know how do you make games like this?
I want to make a simple game like this
Viewing post in Pathfinder (A* Algorithm) comments
I made this game using Unity and C#. I recommend to start by following some simple tutorials on Youtube and then using your gained knowledge to make something new.
Making a game is always a lot of googling and trial and error. It can be frustrating sometimes, but you can make some really fun stuff if you hang on.
Don't start by making a massive game. Start small and simple and work your way up. Just make some fun little prototypes in the beginning and if they turn out good you can reuse them later.
That was some general advice, but what exactly do you want to know?
If you want to know more about this game, I can explain some of the source code or concept to you.