+ 3

I'm trying to make a 2D game with C++ need help don't know where to start

27th Jun 2018, 5:42 PM
Malique O'Connor
Malique O'Connor - avatar
7 odpowiedzi
27th Jun 2018, 5:44 PM
Nikhil Dhama
Nikhil Dhama - avatar
+ 4
Malique O'Connor what is the game you are trying to create
27th Jun 2018, 5:44 PM
Agent
Agent - avatar
+ 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
27th Jun 2018, 5:44 PM
TheCoder04
+ 2
Hey man have you ever tried an 2D rpg😎
27th Jun 2018, 5:45 PM
Tyrike/TK
Tyrike/TK - avatar
+ 2
thx for the advice guys
27th Jun 2018, 6:24 PM
Malique O'Connor
Malique O'Connor - avatar
+ 1
Trying to make my own pokemon game
27th Jun 2018, 5:47 PM
Malique O'Connor
Malique O'Connor - avatar
+ 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.
27th Jun 2018, 9:17 PM
Cat Sauce
Cat Sauce - avatar