Original game created for SHARP MZ-800 computer by BBG-SOFTWARE in 1985.
Moty is logical game with 200 scenes. After each 5 scenes you will receive password. The game has intro, but no final screen.
Java version (clone) of this game is available for download (Java 1.7 required).
Download file mz800games-1.0.jar
.
You need Java 1.7 installed! Java 1.7 can be downloaded from Oracle Java pages. If you are not sure which Java version is installed then type java -version
on command-line.
Download file mz800games-1.0.jar
. Double click the jar file to execute the game. Or type the following on command-line: java -jar mz800games-1.0.jar
Original code was generated with BASIC compiler. The code is well organized, but the BASIC compiler did not produce really optimal code (unnecessary jumps, etc.) Sometimes little bit repetitive, but only on few places.