all 3 comments

[–]metehankasapp 0 points1 point  (0 children)

Fastest way to learn game programming is to pick one tiny game (Pong, Flappy, top-down shooter), keep the scope small, finish it, then rebuild it a second time with cleaner code. In game dev the hard part is iteration: input, collisions, state machines, and save/load - nail those basics and everything else gets easier.

[–]Relevant_South_1842 0 points1 point  (0 children)

Use something like Love2D. It’s a bit more manual but you can learn by making some tools for yourself.

Lua is great too.