Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I have 4GB DDR3 ram  -- 2nd gen i5

if OpenGL was the problem then it would have shown the problem it doesn't even open the game

I tried some digging on my end, and found out that with current game setup the default used OpenGL version is 4.6 (quick googling tells that Intel HD 3000 didn't support past 3.1 or so). Idk why the high requirement actually, the game doesn't use some fancy shaders as far as I can tell? Actually, this seems to be an issue with XNA/Monogame in general, seems to fit your case: https://github.com/MonoGame/MonoGame/issues/5580

I'll see what I can find about lowering OpenGL requirements (I'll also have to do a lot of testing on various machines). I also tried quick'n'dirty port to DirectX (that seems reasonable because on HD3000 DirectX9-10-11 is supported), but that introduced a lot of audio problems for some reason, looks like Monogame's SharpDX uses different audio engine. Another issue could be RAM allocation at the start, right now it's not as optimized as I want it to be, could be an issue on a 4GB machine. 

Anyway, I'll be fixing this in a few days/weeks/months, right now I have a lot of work related stuff unfortunately :/ Mind if I ping you back when I get it done?