Merge branch 'jamshred' into experimental

db4
Alex Chapman 2008-01-26 00:21:47 +11:00
commit 6b8e8ac697
10 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1 @@
Alex Chapman

View File

@ -1,3 +1,5 @@
! Copyright (C) 2007 Alex Chapman
! See http://factorcode.org/license.txt for BSD license.
USING: kernel opengl arrays sequences jamshred.tunnel USING: kernel opengl arrays sequences jamshred.tunnel
jamshred.player math.vectors ; jamshred.player math.vectors ;
IN: jamshred.game IN: jamshred.game

View File

@ -1,3 +1,5 @@
! Copyright (C) 2007 Alex Chapman
! See http://factorcode.org/license.txt for BSD license.
USING: alien.c-types colors jamshred.game jamshred.oint USING: alien.c-types colors jamshred.game jamshred.oint
jamshred.player jamshred.tunnel kernel math math.vectors opengl jamshred.player jamshred.tunnel kernel math math.vectors opengl
opengl.gl opengl.glu sequences ; opengl.gl opengl.glu sequences ;

View File

@ -1,3 +1,5 @@
! Copyright (C) 2007 Alex Chapman
! See http://factorcode.org/license.txt for BSD license.
USING: arrays jamshred.game jamshred.gl kernel math math.constants USING: arrays jamshred.game jamshred.gl kernel math math.constants
namespaces sequences timers ui ui.gadgets ui.gestures ui.render namespaces sequences timers ui ui.gadgets ui.gestures ui.render
math.vectors ; math.vectors ;

View File

@ -1,3 +1,5 @@
! Copyright (C) 2007 Alex Chapman
! See http://factorcode.org/license.txt for BSD license.
USING: arrays float-arrays kernel math math.constants math.functions math.matrices math.vectors math.quaternions random sequences ; USING: arrays float-arrays kernel math math.constants math.functions math.matrices math.vectors math.quaternions random sequences ;
IN: jamshred.oint IN: jamshred.oint

View File

@ -1,3 +1,5 @@
! Copyright (C) 2007 Alex Chapman
! See http://factorcode.org/license.txt for BSD license.
USING: colors jamshred.oint jamshred.tunnel kernel USING: colors jamshred.oint jamshred.tunnel kernel
math math.constants sequences ; math math.constants sequences ;
IN: jamshred.player IN: jamshred.player

View File

@ -0,0 +1 @@
A simple 3d tunnel racing game

2
extra/jamshred/tags.txt Normal file
View File

@ -0,0 +1,2 @@
applications
games

View File

@ -1,3 +1,5 @@
! Copyright (C) 2007 Alex Chapman
! See http://factorcode.org/license.txt for BSD license.
USING: jamshred.oint jamshred.tunnel kernel sequences tools.test ; USING: jamshred.oint jamshred.tunnel kernel sequences tools.test ;
IN: temporary IN: temporary

View File

@ -1,3 +1,5 @@
! Copyright (C) 2007 Alex Chapman
! See http://factorcode.org/license.txt for BSD license.
USING: arrays float-arrays kernel jamshred.oint math math.functions USING: arrays float-arrays kernel jamshred.oint math math.functions
math.ranges math.vectors math.constants random sequences vectors ; math.ranges math.vectors math.constants random sequences vectors ;
IN: jamshred.tunnel IN: jamshred.tunnel