Just Wondering ...
-
Does anyone here know the colors of each number in Minesweeper? For example:
# Hex R G B
1 #0000FF 0 0 255
2 #FF0000 255 0 0
3 #008000 0 128 0
4 #000080 0 0 128
5 #800000 128 0 0
Anyone know what 6, 7 and 8 are? I stink at the game and usually die before seeing any of these high numbers ...
Wally Atkins
Newport News, VA, USA -
Does anyone here know the colors of each number in Minesweeper? For example:
# Hex R G B
1 #0000FF 0 0 255
2 #FF0000 255 0 0
3 #008000 0 128 0
4 #000080 0 0 128
5 #800000 128 0 0
Anyone know what 6, 7 and 8 are? I stink at the game and usually die before seeing any of these high numbers ...
Wally Atkins
Newport News, VA, USAI believe 8 is black My code isn't buggy. Those are all fleatures.
-
Does anyone here know the colors of each number in Minesweeper? For example:
# Hex R G B
1 #0000FF 0 0 255
2 #FF0000 255 0 0
3 #008000 0 128 0
4 #000080 0 0 128
5 #800000 128 0 0
Anyone know what 6, 7 and 8 are? I stink at the game and usually die before seeing any of these high numbers ...
Wally Atkins
Newport News, VA, USA6 is teal (RGB: 0 128 128) 7 is dark purple (RGB: 128 0 128) 8 is black (RGB: 0 0 0) Why do you wanna know that? :) :-D Dominik
_outp(0x64, 0xAD);
and__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? ;) (doesn't work on NT) -
6 is teal (RGB: 0 128 128) 7 is dark purple (RGB: 128 0 128) 8 is black (RGB: 0 0 0) Why do you wanna know that? :) :-D Dominik
_outp(0x64, 0xAD);
and__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? ;) (doesn't work on NT)Cool sig, but I almost broke my keyboard into pieces (I tired!), because I thought that Windows crashed again. :). You're so cute when you're frustrated. --from 'PDA' by Interpol
-
6 is teal (RGB: 0 128 128) 7 is dark purple (RGB: 128 0 128) 8 is black (RGB: 0 0 0) Why do you wanna know that? :) :-D Dominik
_outp(0x64, 0xAD);
and__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? ;) (doesn't work on NT) -
My Windows 98 version of Minesweeper uses bitmaps, not fonts to draw the numbers. But Tahoma bold or Verdana bold come close. :-D Dominik
_outp(0x64, 0xAD);
and__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? ;) (doesn't work on NT)