02:39:47 what 02:40:41 where? 02:40:42 when? 02:40:50 under which circumstances? 02:40:53 who 02:40:54 ? 02:40:55 how? 02:40:57 :D 02:42:37 wtf? 05:26:17 -!- calamari has joined. 07:12:42 -!- puzzlet has joined. 07:22:31 I'm selling gmail invites for $5 07:23:20 that's rather low 07:24:48 -!- calamari_ has joined. 07:25:35 buy one :) 07:26:01 by "low" i don't mean the price 07:26:15 oh heh 07:26:21 i mean your personal ethics :) 07:26:24 :) 07:26:33 hey, $5 x 50 = $250 07:26:38 that keeps me alive for a month 07:27:26 :D 07:28:14 you don't need any money to stay alive for a month 07:28:26 well, depending on the month and on your location 07:30:08 :D 07:30:16 I'm living in CA 07:30:28 if i was living back in germany again, i could live in the woods no problem 07:30:31 except the lack of computer 07:30:31 :D 07:41:56 -!- calamari has quit (Read error: 110 (Connection timed out)). 07:41:56 -!- puzzlet has quit (Connection timed out). 07:59:59 -!- clog has quit (ended). 08:00:00 -!- clog has joined. 09:23:34 -!- puzzlet has joined. 09:53:03 -!- calamari_ has quit ("Leaving"). 10:19:56 -!- calamari has joined. 10:42:33 -!- puzzlet has quit (Read error: 60 (Operation timed out)). 11:02:20 -!- calamari has quit ("Leaving"). 11:46:40 -!- puzzlet has joined. 12:08:09 -!- transmogrify has joined. 12:08:13 hello 12:12:24 -!- fizzie has quit (sterling.freenode.net irc.freenode.net). 12:12:28 -!- fizzie_ has joined. 13:05:39 -!- puzzlet has quit (Read error: 104 (Connection reset by peer)). 16:09:29 -!- {^Raven^} has joined. 16:10:20 <{^Raven^}> hi 17:21:52 <{^Raven^}> does anyone know of any games written inbrainfuck 17:32:28 -!- transmogrify has quit ("bye"). 17:59:53 hi 17:59:55 i sure don't 18:00:18 <{^Raven^}> darn 18:00:29 <{^Raven^}> i was hoping to see some examples 18:00:46 <{^Raven^}> guess i'm gonna have to write em myself :( 18:01:31 <{^Raven^}> the supercoder looks like the perfect keyboard for a spoon based machine tho 18:08:26 -!- fizzie_ has changed nick to fizzie. 20:56:55 hehe 20:56:58 games in BF? 20:57:15 You could probably write a console based one by emitting escape codes 20:57:15 :D 20:57:36 wumpus and flip are good candidates. 20:57:52 Or a nice graphical one with bfvga-or-what-was-it-called-again. 20:58:45 <{^Raven^}> yeah, what seems to be most awkward is interpreters geting input a line at a time 20:58:49 <{^Raven^}> instead of a char at a time 20:59:01 <{^Raven^}> would make space-invaders difficult 20:59:04 (bfvga is a DOS-only thing, uses the 320x200x8bit VGA mode with the 64000 bytes of display memory mapped as the brainf*ck array.) 20:59:30 (And if I were to hazard a guess, it probably doesn't do line-buffered input.) 21:01:46 <{^Raven^}> might have to wait until other projects get started 21:02:08 or make your own 21:02:14 takes like 5 minutes to code a BF :) 21:02:58 <{^Raven^}> i'm planning a cgi-aware BF-vm next 21:03:26 <{^Raven^}> when i remember how to program in C again 21:03:56 That's true. Didn't take me very long to write 'befvga' (just like bfvga, except with the display memory mapped as a 320x200-sized befunge93 playfield). Doing graphics with that was a bit too arduous, though. 21:04:19 <{^Raven^}> i'll taka a peek 21:15:01 <{^Raven^}> hey, that's pretty impressive 21:26:30 <{^Raven^}> bfvga does line-buffered input. is there a source release :( 21:32:11 Don't know of one.