Variations on Rockdodger -- a nice and quick little game. My best time so far is 40.3seconds.
http://freshmeat.net/projects/vor/
[edit] 54.1s
50.3! ;D
My goal is 1 minute :(
I got 56.5~
Woo!!!! 107.7! :D:D
GG, 76.3
Neat variation on a classic game.
making it now :\
Computer@KINESIS ~/vor
$ make install
cc -Wall -DDEBUG=0 -c -o SFont.o SFont.c
process_begin: CreateProcess((null), sdl-config --libs, ...) failed.
process_begin: CreateProcess((null), sdl-config --cflags, ...) failed.
process_begin: CreateProcess((null), cc -Wall -DDEBUG=0 -c -o SFont.o SFont.c, ...) failed.
make (e=2): The system cannot find the file specified.
D:\msys\1.0\bin\make.exe: *** [SFont.o] Error 2
Someone wanna give me a Win32 compiled version of it?
Do you have gcc? If so, set the environmental variable CC=gcc before you run it
omfg what? Is that in makefile?
No, you just type it
CC=gcc
before you type make
Incidentally, the lowest time I could get is 2.2s. Beat that! :)
Computer@KINESIS ~/vor
$ CC=gcc
Computer@KINESIS ~/vor
$ make
cc -Wall -DDEBUG=0 -c -o SFont.o SFont.c
process_begin: CreateProcess((null), sdl-config --libs, ...) failed.
process_begin: CreateProcess((null), sdl-config --cflags, ...) failed.
process_begin: CreateProcess((null), cc -Wall -DDEBUG=0 -c -o SFont.o SFont.c, ...) failed.
make (e=2): The system cannot find the file specified.
D:\msys\1.0\bin\make.exe: *** [SFont.o] Error 2
GENIUS!
[edit]
Still doesn't work :\
I suck++ at this game.