Reputation: 3459
I am writing a game for a competition and we must create games that run directly off of a CD, without installing any components on the computer. MonoGame looked like a good candidate because it's cross platform and I would like to use C# , but I haven't been able to find whether it requires installation of anything. Does anyone know if it can, and if it can't are there any alternatives?
Thanks
Upvotes: 4
Views: 444
Reputation: 1783
I tried to use MonoGame with two small projects (2D and 3D, in July 2013) and I can say the following:
That said, the question arises: why not just use XNA?
So after that I decided to switch to C++ with Gameplay3D or SDL2 for games, and am really really happy with this decision so far.
Upvotes: 1