News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

[First timer]Window will not show up

Started by carre89, November 21, 2012, 07:33:52 AM

Previous topic - Next topic

Gunther

Dave,

qWord is right: one can imul with a register. Your example works properly.

Gunther
You have to know the facts before you can distort them.

dedndave

yah - i must have had a typo that led me to believe that or something   :P

dedndave


Gunther

You have to know the facts before you can distort them.

dedndave

i am not writing the complete game - just enough to get started, really
i have a bigger project that i am working on
when i need a break from that, i spend a little time on this
i just have to write a couple more routines and do some clean-up and i will post it   :t

dedndave

ok - here we go....

the game plays,
however - the ms minesweeper game sometimes reveals several squares
sort of a poly-line fill algo
i don't know the rules on when to multi/single reveal
and - i don't know the rules on which squares to multi-reveal
(i kind of have an idea what the rules are - lol)
so - i did not implement that part

also - there is no menu, game clock, score-keeper, user selections, etc
i leave that stuff up to you

it does show you how to present the grid square graphics   :t
it also handles various size grids - resizing the window - all that


FORTRANS

Quote from: dedndave on December 06, 2012, 06:00:05 AM
ok - here we go....

the game plays,
however - the ms minesweeper game sometimes reveals several squares
sort of a poly-line fill algo
i don't know the rules on when to multi/single reveal
and - i don't know the rules on which squares to multi-reveal

Hi,

   I think they reveal a cell that would be next to an exposed
zero count.  Looks good.

Cheers,

Steve N.

dedndave

yah - that sounds about right
i may upgrade the program, later   :P