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.

Game for default c++ libraries?

+1 vote
asked Nov 20, 2018 by Marshall (390 points)
Does anyone have some sort of 2d game that can be run using the default libraries in c++?

1 Answer

0 votes
answered Nov 23, 2018 by Юрий Гуреев (1,100 points)

Chapt1: https://www.youtube.com/watch?v=6qaAZTwemXY

Chapt2: https://www.youtube.com/watch?v=YRtq8yiG6DA

Video shows how to write snake-game in Windows console using only standard c++ posibilities. It`s in Russian language

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.
...