Ancient Rover by tnelsond
For this game you'll need to turn up your speakers.
This game was made with C and SDL.
I wrote this from scratch, got stuck, looked at some of my previous code and it didn't help. Then I didn't have enough time to finish in 48 hours, so here's my jam entry.
If you beat the game and want to replay it, you can skip the essential black screen narratives by pressing 's'.
EDIT: I'm still porting to Windows, but I will.
This game was made with C and SDL.
I wrote this from scratch, got stuck, looked at some of my previous code and it didn't help. Then I didn't have enough time to finish in 48 hours, so here's my jam entry.
If you beat the game and want to replay it, you can skip the essential black screen narratives by pressing 's'.
EDIT: I'm still porting to Windows, but I will.
| Source | http://dl.dropbox.com/u/44789313/ancientrover-ld22.tar.gz |
| Original URL | https://ludumdare.com/compo/ludum-dare-22/?action=preview&uid=1044 |
Ratings
| Coolness | 14% | 605 |
| Community | 2.44 | 350 |
| Graphics(Jam) | 2.20 | 136 |
@shard123 there's a makefile in the zip, just run make in the game directory and it'll produce an executable.
To build on Mac:
- The above change to main().
- SDL.framework, available from http://libsdl.org/download-1.2.php
- SDLmain.m/h, found in the devel extras package on the same page (bottom most link).
- SDL_mixer.framework, available from http://libsdl.org/projects/SDL_mixer/
- clang -ansi -pedantic -O2 -framework Cocoa -framework SDL -framework SDL_mixer SDLMain.m alone.c -o alone
I got stuck on the second level, but like the mechanic and narration. Good work!
Susan