2D game programming tutorials in C#

前端 未结 5 1018
忘了有多久
忘了有多久 2021-01-31 12:08

I want to learn about programming 2D games in C#. What are the best tutorials that are beginner oriented, written for C#, and preferably use GDI+ (or something equally simple)?

5条回答
  •  庸人自扰
    2021-01-31 12:34

    I would take a look at SDL.Net it's a pretty good games library for .NET (well a binding to a good library for the pedants ;))

    It has a lot of resources on its pages right from beginner stuff to more advanced things like isometric engines etc.

    It doesn't seem to have been very active for a while however what is there already is more than enough for even complex 2D games.

提交回复
热议问题