When it comes to console games, I did find out that running them from the app or client, they won't work. At least my game "Who is the virus?" didn't. Now that game has been written in Go and not in C++, but fact remains it runs in the console, and I think that's the evil, and not the language I used to code it. Downloading it and running it directly without this app, makes the game run fine though. Of course, there should be ways to make the client open a console window in which the game can run with some clever scripts or help programs, but for my game I didn't sort that out completely since it was only an experimental game at the time. ;)