1
0
vt100-games/Blocks/README.md

37 lines
1.1 KiB
Markdown
Raw Normal View History

2020-03-10 15:47:00 +01:00
# Blocks
This is a clon (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 file ``kslib.h`` has been modified for VT100 compatibility (insted of VT52) by me (Anna Christina Naß <acn@acn.wtf>.
Original Repository: https://github.com/MiguelVis/RetroProjects
Website: http://www.floppysoftware.es/blocks.html?path=cpm_projects|blocks
The file ``BLOCKS.COM`` is the compiled game file.
## Commands
Move the cursor using Q, O, P and A as shown on the screen.
## Compile:
To compile, use MESCC, "Mike's Enhanced Small C Compiler".
See: http://www.floppysoftware.es/mescc.html?path=cpm_projects|mescc
2020-03-10 16:11:38 +01:00
In the directory ``mescc``, I provide the files neccessary to compile Blocks, using:
2020-03-10 15:47:00 +01:00
2020-03-10 15:50:18 +01:00
CC BLOCKS
CCOPT BLOCKS
ZSM BLOCKS
HEXTOCOM BLOCKS
2020-03-10 15:47:00 +01:00
2020-03-10 16:11:38 +01:00
Note that only the really neccessary files are provided - see the link above for the full MESCC compiler and source code!
2020-03-10 15:47:00 +01:00
## License:
GPL Version 2, see copying.txt - valid for MESCC and Blocks.