Clan x86

General Forums => General Discussion => Topic started by: iago on August 11, 2005, 02:15:17 PM

Title: VoR
Post by: iago on August 11, 2005, 02:15:17 PM
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
Title: Re: VoR
Post by: Newby on August 11, 2005, 02:26:17 PM
50.3! ;D
Title: Re: VoR
Post by: iago on August 11, 2005, 02:31:57 PM
My goal is 1 minute :(

I got 56.5~

Woo!!!! 107.7! :D:D
Title: Re: VoR
Post by: GameSnake on August 12, 2005, 07:33:58 PM
GG, 76.3

Neat variation on a classic game.
Title: Re: VoR
Post by: rabbit on August 13, 2005, 12:43:08 AM
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?
Title: Re: VoR
Post by: iago on August 13, 2005, 01:10:23 AM
Do you have gcc? If so, set the environmental variable CC=gcc before you run it
Title: Re: VoR
Post by: rabbit on August 13, 2005, 01:13:21 AM
omfg what?  Is that in makefile?
Title: Re: VoR
Post by: iago on August 13, 2005, 09:10:04 AM
No, you just type it
CC=gcc
before you type make
Title: Re: VoR
Post by: iago on August 13, 2005, 10:29:00 AM
Incidentally, the lowest time I could get is 2.2s.  Beat that! :)
Title: Re: VoR
Post by: rabbit on August 13, 2005, 01:40:12 PM

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 :\
Title: Re: VoR
Post by: RoMi on August 14, 2005, 11:19:32 AM
I suck++ at this game.