Search found 3 matches
- Thu Apr 12, 2012 8:27 pm
- Forum: Mortal Coil
- Topic: Mortal Coil is dead?
- Replies: 12
- Views: 38919
- Mon Apr 02, 2012 9:56 pm
- Forum: Mortal Coil
- Topic: Mortal Coil is dead?
- Replies: 12
- Views: 38919
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.
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.
- Thu Feb 25, 2010 6:50 pm
- Forum: Challenges Solved
- Topic: didactic green
- Replies: 12
- Views: 1205
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);
Bitmap bm = new Bitmap("greenline.png");
for(var i=0;i< bm.Width;i++)
Console.Write((char)bm.GetPixel(i, 0).G);