A short text-based adventure for the Gamebuino.
You enter the tower of a deceased mage in search of a cure for the curse of undeath that has befallen you.
The game may be lacking in-depth plot and story (I hope that comes as no surprize,) but provides some exploration and puzzle (even if that may be 'what was the author thinking?') It was primarily an experiment with what could be squeezed into a Gamebuino (technically a Makerbuino in my case, but I hope there are no compatibility issues.) Any bug reports are welcome, especially spelling mistakes - given the whole text-based element of the game!
D-pad - scroll through the description / navigate though the available actions/items
A - select an action/item
B - cancel a selection
C - return to the Gamebuino screen
Copy the DARKTOWR.HEX and DARKTOWR.INF onto your Gamebuino MicroSD card and it should be available via the Game Loader. See http://legacy.gamebuino.com/wiki/index.php?title=Games for more information
This project was built using Eclipse C++ IDE for Arduino (http://marketplace.eclipse.org/content/eclipse-c-ide-arduino?mpc=true&mpc_state=) Then using the Arduino Download Manager to download the Gamebuino Classic library (version 0.5.2)
Copyright (C) 2018 Marcus Hutchings
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.