Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Unfortunately, this game crashes on startup for me

./chimp_test.linux 
Fatal error: exception Chimp_test.Game_Over

Oops, maybe your SDL2 version has a different behaviour than mine :/

Did you tried the static binary? ./chimp_test.static

This one should include the SDL2 that I'm using.

In the normal behaviour this exception is raised when you fail the memory test.

Did this exception raised before any mouse click in the window?

You are supposed to click the numbers in order, from 1 to 9 (even after they are hidden)

Oh, I see! Well, if the Fatal Error is part of the game's design, it would seem all works as expected.

(1 edit)

Yes, it was short in time to make a better "game over" screen, so I just raised an exception.

In the next version, I would like to make the game log every attempts, logging which number was reached, and in how much time. So that we can see the progress, and you can compare your ability to succeed the test with friends.

In the comments of the page, I explain which mnemonic technique I'm using to succeed the test, and in how much time I've been able to reach 9:

https://blueprawn.itch.io/chimp-test64