http://atariage.com/forums/topic/249968-games-in-mad-pascal/#entry3477223 8:48 PM 2/7/2019 Gury OFFLINE Stargunner Topic Starter 1,283 posts Posted Sat Mar 26, 2016 1:40 PM Another conversion from the book Mirko tipka na radirko, a story about kangaroo in game called Stupid Kangaroo. You are a kangaroo, who was captured by crazy evil king. The king decided to test your intelligence and psychical abilities hoping to break you, because he thinks you are stupid. He was way too WRONG :) You control your hero kangaroo with joystick (left / right). He jumps all the time, so you don't have to jump yourself with joystick button. Your goal is to reach each level by finding red brick, which brings you one point and open door for the next level. Each new level brings you additional points. When you finish all four levels, you come back to first level, but with a surprising twist :) You start with 3 lives and additional life when you finish all 4 levels. sk01.png sk02.png In Mad Pascal code, don't be confused with coordinate system of PrintAt and Screen routines, because they simulate Sinclair BASIC way of handling coordinate system (y axis first, x axis second). I put these routine in special unit for easier handling of Sinclair BASIC commands. Attached below are source code and binary files. Enjoy the game! Gury ZX Spectrum type-in listing in Sinclair BASIC (Mirko Tipka Na Radirko): Page 1 (http://retrospec.sgn.net/users/tomcat/yu/magshow.php?auto=&page=12&all=Knjige_Mirko) Page 2 (http://retrospec.sgn.net/users/tomcat/yu/magshow.php?auto=&page=13&all=Knjige_Mirko) Page 3 (http://retrospec.sgn.net/users/tomcat/yu/magshow.php?auto=&page=14&all=Knjige_Mirko) Attached Files Attached File sk.zip 102.13KB 175 downloads Attached File sk.xex 10.38KB 258 downloads . Edited by Gury, Sat Mar 26, 2016 1:47 PM. FULS likes this Like This . You are welcome to visit my website at http://gury.atari8.info/ hosted by great Atari8.Info (http://www.atari8.info/) portal. Sprite Engine (http://gury.atari8.info/sprite_engine/) - Player/Missile (sprite) editor Effectus (http://gury.atari8.info/effectus/) - Action! programming language cross-compiler with the help of MAD Assembler (MADS)