Is there anymore C++ SFML tutorials that I can learn from?

Started by
1 comment, last by Servant of the Lord 11 years, 2 months ago

Hi, I was wondering if there's anymore C++ SFML tutorials that I can learn from? I already know the basics of C++ (obviously not the advanced subjects) and learned from http://www.gamefromscratch.com/page/Game-From-Scratch-CPP-Edition.aspx I want to go through some more C++ SFML tutorials to get a better understanding and idea of how games are implemented and such.

I know how to create a window, how to draw sprites onto the window, get events, but the only thing that's hard is breaking things down into inheritable objects, creating and using Lists, etcetera.

Thanks.

Advertisement

You're welcome to look at my Old Blog (link in my signature) where I detail creating a top-down shooter game. It's pretty small, but it's not a tutorial exactly, and it might be a bit too advanced for beginner's, but it'll give you an idea.

Good Luck!

My Gamedev Journal: 2D Game Making, the Easy Way

---(Old Blog, still has good info): 2dGameMaking
-----
"No one ever posts on that message board; it's too crowded." - Yoga Berra (sorta)

Are you aware of the official tutorials?

This topic is closed to new replies.

Advertisement