It is a simple game written using FASM language for WIN32 platform.
I used my FASM Writer to code this game.

The main file to compile is 'MapNetCols.Asm'.
The rest of files are included into main file.

The game is a clone of old Win16 game called COLUMNS.
The game control description:

1. Block is moved with the mouse - where mouse is pointing this
would be the location of the block (MOVE LEFT / MOVE RIGHT).

2. Mouse wheel scrolling will scroll (or shift) colored cells within the block.

3. Mouse LEFT click will rotate block by 90 degrees.

4. Block is dropped by RIGHT click, but it is better to do it
with a SPACE key. I added it, because it was hard to rotate and drop
blocks - sometimes these two actions were interchanged. You want to
drop it, but instead the other mouse button clicked and action was wrong.
It is much better to drop blocks by SPACE (at least for my brain).

ENJOY!

P.S. There is no way to win -- only to reach higher levels and get more
score this way. It is like TETRIS - no winning allowed.

