Search found 3 matches

by Mcord
Thu Apr 12, 2012 8:27 pm
Forum: Mortal Coil
Topic: Mortal Coil is dead?
Replies: 12
Views: 38780

And how come there are Weekly High Scores ?! is it only me ?
by Mcord
Mon Apr 02, 2012 9:56 pm
Forum: Mortal Coil
Topic: Mortal Coil is dead?
Replies: 12
Views: 38780

Mortal Coil is dead?

Hello,

Since a few weeks now the game is broken. can somebody tell us if it's going to stay this way? any idea when the problem will be resolved?

If the game is gone for good would you mind releasing the source for you board generator? I love the game and I hope you plan to fix it!

good luck.
by Mcord
Thu Feb 25, 2010 6:50 pm
Forum: Challenges Solved
Topic: didactic green
Replies: 12
Views: 1174

Code !

C# anyone ? :)

Bitmap bm = new Bitmap("greenline.png");
for(var i=0;i< bm.Width;i++)
Console.Write((char)bm.GetPixel(i, 0).G);