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.

Can you run a game on this?

+4 votes
asked Jun 22, 2020 by sunny (240 points)

2 Answers

0 votes
answered Jun 23, 2020 by Peter Minarik (86,040 points)
As long as the game is a code you wrote or have and does not need advanced graphics just console output ("character" graphics) it should be fine.

Such a game could be word games, logic games, etc. Obviously this does not allow first person shooters, MMO games, etc.

Online GDB is a compiler (well, set of compilers) so it's here to compile a code for you and offer an editor for it.

Online GDB is not to run existing executables.
0 votes
answered Jun 23, 2020 by LiOS (6,420 points)
As long as the game is CLI based, you can run it e.g. tic tac toe is a common CLI game made by early programmers.

Any games requiring graphics are not supported and can not run existing executable files.
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.
...