What resources (books / youtube channels / etc) would you recommend for 2d game development?

I want to make an indie 2d game.

Specifically a 2d beat em up game like the old simpsons arcade game.

I chose monogame for the immense amount of resources available (if XNA documentation works with monogame framework, that means the immense amount of XNA 4.0 tutorials or documentation applies to monogame!).

However, most books i found on XNA 4.0 focus on 3D game dev.

What resources (books / youtube channels / etc) would you recommend that focuses in 2d game development?

Also, i was discouraged from trying monogame because i was told it was, unlike a game engine, very math-heavy (trigonometry/geometry/etc) in terms of enemy AI movement, making character jump and the like. How true is that?

I know programming uses some basic math, but how eh…math-intensive would it be to create my 2d beat-em-up indie game with monogame framework, as opposed as use a game engine?

I need it badly, too

For starters:

https://www.youtube.com/results?search_query=monogame

Concerning books, I highly recommend:

It walks through 2D and 3D

But umm I was going to post the many books I found but here is the search query anyway:

https://www.amazon.co.uk/s?k=XNA

This one is mainly 2D:

but hunt through that search result and ignore the weird baby stuff, what has XNA got to do with babies?

Happy hunting and coding!

Oh and @Flonne, Welcome to the Forums! And you @ZhongQi!

EDIT

Let me know if you would like some books checked, I own a lot of XNA books and can check things for you to confirm that they cover what you are looking for.

3 Likes

I’d check out RBWhitaker’s site; it’s my go-to site for any resources. It doesn’t specifically cover the development of the type of game you’re trying to make, but it should teach you just about everything you need to know. Aside from that, I’d recommend prime31’s Nez.

1 Like