Page 773 of 839
Re: The Ctrl + V Game! {{Daily Poll
Posted: Oct 11th, '13, 06:51
by LennyAngel
Re: The Ctrl + V Game! {{Daily Poll
Posted: Oct 11th, '13, 14:00
by Cat
Mermaid Fin
Re: The Ctrl + V Game! {{Daily Poll
Posted: Oct 12th, '13, 22:55
by SmartGem
Re: The Ctrl + V Game! {{Daily Poll
Posted: Oct 12th, '13, 23:33
by Tanikah
Re: The Ctrl + V Game! {{Daily Poll
Posted: Oct 12th, '13, 23:35
by szuja
Re: The Ctrl + V Game! {{Daily Poll
Posted: Oct 13th, '13, 00:53
by Meepy
(define (exact-position secret guess)
(+ (cond
[(symbol=? (code-pos1 secret) (code-pos1 guess)) 1]
[else 0])
(cond
[(symbol=? (code-pos2 secret) (code-pos2 guess)) 1]
[else 0])
(cond
[(symbol=? (code-pos3 secret) (code-pos3 guess)) 1]
[else 0])
(cond
[(symbol=? (code-pos4 secret) (code-pos4 guess)) 1]
[else 0])))
( The joys of computer science lol. )
Re: The Ctrl + V Game! {{Daily Poll
Posted: Oct 13th, '13, 01:47
by Kuro
Re: The Ctrl + V Game! {{Daily Poll
Posted: Oct 13th, '13, 06:02
by Shefira
The sensual violence of lust is all the assurance you will ever need to know the worth of life
Re: The Ctrl + V Game! {{Daily Poll
Posted: Oct 13th, '13, 07:41
by Carter
Re: The Ctrl + V Game! {{Daily Poll
Posted: Oct 13th, '13, 08:39
by leblolam
*nothing :(*