BORED

Posted by s on Feb. 1, 2008, 2:18 p.m.

I need a project. I'm trying to choose. DoubleFire, some d3d Kilin pesters me about and I've offered Kairos help with online security. No word back on that, Kilin has an odd pattern of interneting and DoubleFire is mainly figuring out design plans

Either way, I still lose the game

Away for a few days so you can amuse yourself with

[pre]var d;d=0

window_set_visible(1)

draw_set_color(-1)

draw_rectangle(0,0,640,480,0)

while(1){d+=1

draw_set_color(-1)

draw_primitive_begin(pr_linelist)

repeat(15){

draw_vertex(160,240)

draw_vertex(160+lengthdir_x(640,d),240+lengthdir_y(240,d))

draw_vertex(480,240)

draw_vertex(480+lengthdir_x(640,-d),240+lengthdir_y(240,-d))

draw_vertex_color(160+lengthdir_x(320,d),240+lengthdir_y(240,d),-1,0)

draw_vertex(mouse_x,mouse_y)

draw_vertex_color(480+lengthdir_x(320,-d),240+lengthdir_y(240,-d),-1,0)

draw_vertex(mouse_x,mouse_y)

d+=24

}

draw_primitive_end()

draw_set_color(draw_set_alpha(.04))

draw_rectangle(0,0,640,480,0)

screen_refresh()

io_handle()

if keyboard_check(vk_escape){game_end();exit}

sleep(8)}[/pre]

Comments

PY 16 years, 11 months ago

Damnit, I also lost the game!

What about the weekend compo? That should do for two days, but then… Hmm, some sort of puzzle game, where your twisted logic would make for a refreshing and original experience? (Have I just described portal?)

s 16 years, 11 months ago

I'm a slow programmer, and I'm away for the weekend

PY 16 years, 11 months ago

Oh, pity.

PY 16 years, 11 months ago

Also, pre tags don't work.

Haha, we're a coding community allright!