2D game programming tutorials in C#

前端 未结 5 1009
忘了有多久
忘了有多久 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:15

    Books

    Beginning .NET Game Programming

    Beginning C# Game Programming

    Links

    Coding 4 Fun is a great .NET resource that has quite a few user-created games. They also have a book and a 2-D game primer

    Tutorial Listing at C# corner

    C# Game Tutorial for Beginners (video)

    Link to more game programming e-books

    Advanced Topics

    The Farseer Physics Engine on Codeplex would be a good next step once you get comfortable with programming games. You could even end up contributing to the project if you like it enough. I'm sure they'd appreciate the help.

提交回复
热议问题