2020-07-01 16:22:16 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BLOCKS
|
|
|
|
|
|
2020-03-31 13:39:57 +02:00
|
|
|
|
|
|
|
|
|
This is a clone (more or less) of SameGame, a tile-matching puzzle video
|
|
|
|
|
game, originally released under the name Chain Shot! in 1985 by Kuniaki
|
|
|
|
|
Moribe (Morisuke).
|
|
|
|
|
|
|
|
|
|
The goal of the game is to remove all the blocks of the board.
|
|
|
|
|
|
|
|
|
|
Copyright (c) 1999-2018 Miguel García / FloppySoftware
|
|
|
|
|
|
|
|
|
|
The game has been modified for VT100 compatibility (insted of VT52) and
|
2020-07-01 16:22:16 +02:00
|
|
|
|
got some color by me (Anna Christina Naß acn@acn.wtf.
|
2020-03-31 13:39:57 +02:00
|
|
|
|
|
2020-07-01 16:22:16 +02:00
|
|
|
|
Original Repository: https://github.com/MiguelVis/RetroProjects Website:
|
|
|
|
|
http://www.floppysoftware.es/blocks.html?path=cpm_projects|blocks
|
2020-03-31 13:39:57 +02:00
|
|
|
|
|
|
|
|
|
The file BLOCKS.COM is the compiled game file.
|
|
|
|
|
|
2020-07-01 16:22:16 +02:00
|
|
|
|
|
|
|
|
|
The Game
|
2020-03-31 13:39:57 +02:00
|
|
|
|
|
|
|
|
|
Move the cursor using the numpad keys:
|
|
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
|
|
|
|
4 --+-- 6
|
|
|
|
|
|
|
|
|
|
|
2
|
|
|
|
|
|
|
|
|
|
Then select a blocks using 7 and remove the blocks using 9.
|
|
|
|
|
|
|
|
|
|
You can select just one block, or a group of blocks of the same type
|
|
|
|
|
|
2020-07-01 16:22:16 +02:00
|
|
|
|
If you are in the normal mode, you can place all the blocks against a
|
|
|
|
|
side (top, bottom, left or right). Select the side using the E, S, D or
|
|
|
|
|
X key.
|
2020-03-31 13:39:57 +02:00
|
|
|
|
|
|
|
|
|
If you are in the automatic mode, the blocks rows will be placed on the
|
2020-07-01 16:22:16 +02:00
|
|
|
|
bottom side of the board, and the columns will be placed on the middle
|
|
|
|
|
of the board.
|
2020-03-31 13:39:57 +02:00
|
|
|
|
|
2020-07-01 16:22:16 +02:00
|
|
|
|
The special block X, multiplies that result by 10.
|
2020-03-31 13:39:57 +02:00
|
|
|
|
|
|
|
|
|
|
2020-07-01 16:22:16 +02:00
|
|
|
|
Compile:
|
2020-03-31 13:39:57 +02:00
|
|
|
|
|
2020-12-02 15:36:30 +01:00
|
|
|
|
To compile, use MESCC, “Mike’s Enhanced Small C Compiler”. See:
|
2020-07-01 16:22:16 +02:00
|
|
|
|
http://www.floppysoftware.es/mescc.html?path=cpm_projects|mescc
|
|
|
|
|
|
|
|
|
|
In the directory mescc, I provide the files neccessary to compile
|
|
|
|
|
Blocks, using:
|
2020-03-31 13:39:57 +02:00
|
|
|
|
|
|
|
|
|
CC BLOCKS
|
|
|
|
|
CCOPT BLOCKS
|
|
|
|
|
ZSM BLOCKS
|
|
|
|
|
HEXTOCOM BLOCKS
|
|
|
|
|
|
2020-07-01 16:22:16 +02:00
|
|
|
|
Note that only the really neccessary files are provided - see the link
|
|
|
|
|
above for the full MESCC compiler and source code!
|
2020-03-31 13:39:57 +02:00
|
|
|
|
|
|
|
|
|
|
2020-07-01 16:22:16 +02:00
|
|
|
|
License:
|
2020-03-31 13:39:57 +02:00
|
|
|
|
|
2020-07-01 16:22:16 +02:00
|
|
|
|
GPL Version 2, see copying.txt - valid for MESCC and Blocks.
|