After several weeks of development, including much code refactoring, updating to SDL 2.0 and adding a new menu system and new features, Help Hannah's Horse version 2.0 is finally available.
When I did the initial release back in 2009, I never expected to pick this project up again 11 or so years later, but I started looking at the code, drawing some new sprites where they were needed and then got carried away adding new features!... read more
Soon-to-be-released Hannah version 2.0 now uses Autotools for its build process, meaning the ubiquitous:
./configure
make
make install
will compile and build Hannah. It also means that the --prefix configure parameter will correctly allow the game and its sources to be relocated for the install part of the process.
Help Hannah's Horse version 2.0 is on its way, sporting some exciting (yeah, right...!) new features:
Coming across the source code to Hannah recently, I decided it was time to get it into a much more finished state. To that end, version 1.2 fixes several bugs, improves the graphics and contains new music that is guaranteed to be free from anyone else's copyright (because I wrote it)!
Sorry to all windows users who have downloaded the game recently as there were inadvertently two copies of the game within the zip archive making the zip file twice the size it needs to be. This has now been corrected.
There are both source (linux, BSD, AmigaOS(perhaps!)) and windows binary (.exe) versions of 0.2.c available. Users should upgrade to fix some minor problems, most notably on linux (etc) systems where the hiscore table would only have been created by root. This is now fixed and all users will have their own hiscore table on this system.
New bugfix release is out.
The main improvement are that there is now a make install option. However if you do not plan to use the make install option you will need to edit the makefile slightly to comment the original and uncomment the alternative DATA_INSTALL_DIR and SCORE_DIR variables. See INSTALL.