Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 73 to 92 of 92 · Previous page · First page

I can't even play it

(+1)

AAAAAA THE RAM ONO 

(+3)

The game was really fun to play! There's a few things I'd change, though:

  • The .zip file was missing libstdc++-6.dll, libgcc_s_seh-1.dll, and libwinpthread-1.dll.  They had to be added to get the project working.
  • Charging a shot stopped working if your mouse was outside the (kinda small) game window - but that might be a limitation of the API you were using...
  • As I'm sure plenty of people have noted, it leaks ~200MiB of memory every second. That's what you get for not using a language with a garbage collector! I can see how this would be an issue for lower-end machines.

Overall, though, you did well and I think the game is really fun! It's incredible work, especially considering you wrote it all in C++ :)

It's not necessarily a garbage collector that will stop memory leakages. it could be that he instantiated the game textures and sounds every ms (or game tick).


Also i'm not an expert or something, that's my thought.

(+1)

Nice game until it leaked 700mb memory on my PC 😢

(+1)(-1)

rip, you forgot something you have to code mate, forgot c++ doesnt have memory management you small brain poo poo(also big fan lol). the game used a ton of my memory but ya know thats why people dont use c++

(-1)

MAC

(+7)

I finished it, and the app only used 10 GB RAM.

(+1)

my game won't open

same

just forgot that it needs some dlls to work

which were not included.

please check other comment

cool concept!

For people having problems running the game, I made a .rar file with some DLLs that you might need.
 Link:  https://t.co/3iDIOzc7ai?amp=1

(+1)

my game still won't open

You may have the missing DLL's in other programs on your pc. Install a program like everything search and look for libstdc++-6.dll, libgcc_s_seh-1.dll, and libwinpthread-1.dll.

nah, most non programmers usually don't have these these are files from MinGW (could be MinGW-w64 too but their dlls are compatible, usually)

mac build pl

game wont launch

(+1)

This game crashed my computer.

The game won't launch.

(+1)

Linux build please

yea

(+1)

Future Video? “How I made a game of golf in 48 hours with C++ and SDL2”? I can’t play it at the moment, cause mobile, but it seems that most people in the comments are saying it doesn’t run? I’ll give a review later.

(+1)

It won't run Likely Because he forgot to bundle some DLLs and it has no memory optimization and also has awful memory leakage.

(+1)

It doesn’t run on mobile, which is what I was using to type that out. And yes, I know about the memory leakage.

Did you tried the executing the exe as administrator on the phone? maybe that works.


If not, try compatibility mode by right clicking it, properties, then Compatiblity on the phone.


also install Visual C++.

(+2)

it’s a god damn iPhone how the hell am I supposed to run an exe on it no phone that I know of can run exes except phones that run linux maybe

Then do what i said. run it as administrator. also did you tried setting the color-DPI to 16 bit?

i love ur game,please fix the bug

(+1)

i can't run the game

HII

(+2)

The game is super bugged out. So much that I cannot even run it.

(+1)

me too :(

Viewing most recent comments 73 to 92 of 92 · Previous page · First page