Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Need a programmer

Name: DoomGuy 2011-01-07 21:35

Sup guys, first time being here.

I come from /v/, and I wanted to ask if any of you guys are up to help us on making a vidyagaem.

If you want more information, there's my E-mail (you can either e-mail me, or add me to MSN)

My steam ID is Mexicanonymous

So, yeah.

Name: Anonymous 2011-01-08 1:47

I did a Tetris sketch in Lisp for you,

tetris input s -> w:s.world f:s.figure
  cnd {blocked? w f2:(set f.x f.x+1)       -> clearLines s w f
       blocked? w f3:(applyInput input f2) -> set s.figure f2
       ye                                  -> set s.figure f3}

Name: Anonymous 2011-01-08 1:49

Here are the tetrominoes:

figures =: ltl,'{____ ____ _X__ ____ ____ ____
                 XXX_ _XXX _X__ _XX_ __XX XX__
                 X___ ___X _X__ _XX_ _XX_ _XX_
                 ____ ____ _X__ ____ ____ ____}

Name: Anonymous 2011-01-08 2:06


cutRect x y w h ls -> cut y y+h ls |> map (cut x x+w ?)

blocked? w:World f -> r:(cutRect f.x f.y 4 4 w.lines)
  map (map (? != '_ && ?? != '_) ? ?? |> any id) f.lines r
  |> any ye?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List