FoonLudum Dare ExplorerLD22 → Ancient Rover

Ancient Rover

By tnelsond

View on Wayback Machine

CategoryRankScoreCount
Graphics1362.20
Community3502.44
Coolness60514

Comments

shard123 2011-12-20 13:14

No executable? How do I run the source?

raptor85 2011-12-20 16:25

i love it, lol, you have an interesting bug too however, it segfaults when exiting at the end, not a huge deal as it happens while the game is closing though.

@shard123 there's a makefile in the zip, just run make in the game directory and it'll produce an executable.

tnelsond 2011-12-21 00:22

@shard123: Yeah sorry, I was really pressed for time on this game and am having problems porting to Windows because SDL_mixer isn't working right.

kosinus 2011-12-21 19:14

Your main function should be defined as `int main(int argc, char **argv)` for portability.

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!

sonnybone 2011-12-27 14:46

:( Can't play it

susanthecat 2012-01-02 02:05

Can't compile it

Susan

jfroco 2012-01-02 03:46

Waiting for windows release :)

sparrow 2012-01-03 21:21

Can't compile it.

th3dz 2012-01-06 10:22

Can't play...