+ 3
I'm trying to make a 2D game with C++ need help don't know where to start
7 Answers
+ 3
follow the link
https://www.sololearn.com/discuss/488976/?ref=app
+ 4
Malique O'Connor what is the game you are trying to create
+ 2
try to finish your c++ course, then search on sololearn/internet for more information about c++, and then decide which game you want to make and make it
+ 2
Hey man have you ever tried an 2D rpgđ
+ 2
thx for the advice guys
+ 1
Trying to make my own pokemon game
+ 1
1. download a IDE(integrated development envirement), i recomment Code::Blocks or Visual studio.
2. install a good c++ library. if you want to make games i recomment SDL or SFML.
if you want to make GUI (Graphical User Interface) i recomment QT.
3. learn the library trough documentation or online tutorials or a book, i recommend a book but its your choise.
4. start coding game/gui or other stuff.