Best courses to learn 2d game development in C++?

In summary: I think you can learn C# in a weekend.In summary, Unity is a popular game engine which can be used to make games on many platforms, but it may be difficult to learn for someone without programming experience. If you're interested in learning game development, Unity may be a good option.
  • #1
shivajikobardan
674
54
TL;DR Summary
game dev in c/c++
This is not for professional career or something. This is just to practice OOP as I'm learning C++ atm. I found there are not many course for sfml, sdl, allegro, graphics.h,raylib etc unlike unreal engine. So, if you know something which has a good tutorial, please recommend.
In OOP way. I want to make games like tic tac toe etc. Well, I could make them in console as well.

I want a course that teaches game development concepts like collision detection etc. I don't need to be taught library as it's easy to learn small libraries.
 
Technology news on Phys.org
  • #3
jedishrfu said:
Why not investigate Unity game engine? It supports many many platforms and coding is done in either javascript or c#.

https://en.wikipedia.org/wiki/Unity_(game_engine)

there are many tutorials on the site and on YouTube and elsewhere if you search for them.

https://unity.com/learn
I think unity or unreal is the way to go. But I'd need to learn C# which would take me 2 weeks at least.
 
  • #5
shivajikobardan said:
Do you guys recommend me buy this book?
No.
 
Last edited by a moderator:
  • #6
Unless you're dead set on learning c++, I'd go with Unity and c#. I dabbled in c++ twenty years ago, but other than that have little programming experience, and within the first week of learning Unity and c#, I got stuff going I thought would take months to learn.

I learned blender along with it and I didn't realize all this stuff had become as accessible as it had. With large language models becoming more advanced, I can only assume it'll get more and more accessible.
 
  • #7
shivajikobardan said:
Do you guys recommend me buy this book? For making console games?

pbuk said:
No.
A possible reason for pbuk's terse comment is that your thread title indicates that you're interested in 2D game development. The book in the link you provided seems to be mostly about text games, with no graphics.
 
  • #8
Mark44 said:
terse comment
Code:
bool recommendation;
 
  • Haha
  • Like
Likes pbuk and Mark44
  • #9
shivajikobardan said:
I think unity or unreal is the way to go. But I'd need to learn C# which would take me 2 weeks at least.
Then learn it. In game development, reinventing the wheel is something that you don't want to do.

If you have a solid base in programming logic, you shouldn't be facing a tough time in grasping the basics of any high-level language. And I have already given you a long list of programs via PM; you can use those to fortify your understanding. And then just learn on the way.
 
Last edited:
  • Like
Likes pbuk
  • #10
shivajikobardan said:
But I'd need to learn C# which would take me 2 weeks at least.
That might be a gross underestimate.
 
  • Like
Likes Wrichik Basu

Similar threads

  • Programming and Computer Science
Replies
16
Views
2K
  • Programming and Computer Science
Replies
8
Views
1K
  • Programming and Computer Science
4
Replies
107
Views
5K
  • Programming and Computer Science
Replies
1
Views
748
  • Programming and Computer Science
Replies
5
Views
963
  • Programming and Computer Science
Replies
4
Views
1K
  • STEM Academic Advising
Replies
3
Views
971
Replies
16
Views
1K
  • Programming and Computer Science
Replies
17
Views
4K
Replies
2
Views
955
Back
Top