Microrealms: An adventure game on the mbed platform

Dependencies:   mbed

Committer:
f3d
Date:
Thu Dec 04 14:17:50 2014 +0000
Revision:
0:4da21a20e2c1
An adventure game called MicroRealms on the mbed platform.  Should work with most mbed enabled devices as it is pretty frugal with resources. ; Requires a dumb terminal program (e.g. hyperterminal,minicom etc)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
f3d 0:4da21a20e2c1 1 char egetc(void);
f3d 0:4da21a20e2c1 2 void eputc(const char c);
f3d 0:4da21a20e2c1 3 void eputs(const char *s);
f3d 0:4da21a20e2c1 4 void printString(const char *s);
f3d 0:4da21a20e2c1 5 void printHex(unsigned int Number);