Cookie Jar Run
This is a very early draft... playable...
Find your way and get the cake (though maze is based off of pac man), then quickly escape before the enemy catches you (which is just random)...
Plays on Linux only. May crash on exist (segmant fault).
Again very early in development, barely playable...
This is for the olc code jam 2024.
Player and enemy sprite are just pictures of some toys we have.
Download
Install instructions
There are 2 files I've uploaded:
SDL_CookieJar-DEBUG... has the executable where you can extract the contents and run the program: ./SDL_CookieJar ....
The 2nd:
SDL_CookieJar-aug29th2024.zip - this contains the source code which I used CodeBlocks to edit the program., this also contains the executable in the which you can run as above...
The 3rd (and probably final):
SDL_CookieJar-Sept2nd2024.zip - this just has a few fixes. The enemy sprite movement is better, the graphics are updated with a door and cookie, any more improvements from this will be too much from the original upload. This contains the source code and the linux binary.
Dependancies:
You will need SDL2, SDL2_image, and SDL2_ttf, and maybe SDL2_mixer to execute.
Extract and run: ./SDL_CookieJar
Promise, no viruses or anything bad in code. may crash on exit.
Keys: You can you use the W,A,S,D or the arrow keys. Escape will escape the game play and the game.
Development log
- Emscripten CompiledSep 03, 2024
- SDL_CookieJar-Sept2nd2024Sep 02, 2024
Comments
Log in with itch.io to leave a comment.
Is there a repo one might look at? This is a code jam after all.
I added another file that you may download which contains the source code (SDL_CookieJar-aug29th2024.zip).