Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

how to make a game in c++

0 votes
asked Mar 9, 2020 by kmclean48 (130 points)

2 Answers

+2 votes
answered Mar 12, 2020 by Taha
To make a game in C++, you will need to learn game programming. There are lot of books out there on Game Programming in C++. You can google them and buy the one that suits your requirement.
0 votes
answered Mar 13, 2020 by coallad
your'e going to have to do a lot of things to make a game in c++

first, you need to decide on\whether you want 2d or 3d.

then, you're going to need to pick a graphics library.

After that, create the backend for your game.

This is a really broad topic, and c++ is horrible for a beginner, so i cant necessarily recommend it but you can try
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...