Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

how to start programming a game engine for 2d in C# Help?

A topic by William created Jan 17, 2022 Views: 269 Replies: 2
Viewing posts 1 to 3

hello everyone, 

when taking the beginning steps of programming a game from scratch, what kind of code would you usually start off with? i am trying to learn to make a 2d game from scratch but confused where to start learning? any ideas?

Consider using a game framework like Monogame. Alternatively, you may leverage libraries that allow you to create windows and OpenGL contexts, like SDL2 or GLFW. They likely have C# bindings.

thank you, i will look into monogame and do further research.