robotfindskitten for DS - Yet another portable Zen simulation v72617319.4p (or maybe just v1.0) (May 4, 2006) DS port by Troy Davis(GPF) http://gpf.dcemu.co.uk based on PSP port by Trevor Wilson uses "pg" PSP graphics libraries from "hellopsp" by nem Original version by Leonard Richardson Official robotfindskitten site: http://robotfindskitten.org Installation ------------ copy ds.gba or .nds file to your ds flashcart and boot it How to Play ----------- You are robot. Find kitten. There are things lying around which are not kitten. Touch them to figure out which is which. About ----- I spent about 10 minutes porting this from the psp version Anyway, it should be full of bugs. Please fix them if you find any problems. Compiling --------- You'll need an installation of devkitpro's arm-elf-gcc (either under *nix or mingw) and libnds Follow the instructions at the link below to get started. After that, a simple 'make' executed in the source directory will get things moving. Files included: robotfindkitten.nds(ds.gba) - robotfindskitten dsexecutable readme.ds - This file. src/robot.c - Main program module, based on Leonard Richardson's DOS version and heavily modified by myself. src/font.c - Contains font in a binary data structure. Partly from nem's hellopsp; changed to use an old IBM font. src/colortable.h - Defines color definitions for ANSI-display-like colors, written by myself. src/messages.h - Messages file, from Java robotfindskitten by Brian Enigma . I added a few messages. src/pg.c - nem's pg PSP primitive graphics library, taken from his "hellopsp" demo and modified by myself. src/pg.h - " src/ICON0.PNG - robotfindskitten PSP menu icon, which is linked into EBOOT.PBP upon compilation. src/Makefile - Makefile for this PSP version. Makefile - Makefile for this DS version. This software is released under the GNU General Public License.