###############     #####               #####     ###############
#             #     #    #             #    #     #             #
#             #     #     #           #     #     #             #
#   ###########     #      #         #      #     #   ###########
#   #               #       #       #       #     #   #
#   #               #        #     #        #     #   #
#   #########       #   ##    #   #    ##   #     #   #########
#           #       #   # #    # #    # #   #     #           #
#           #       #   #  #    #    #  #   #     #           #
#   #########       #   #   #       #   #   #     #   #########
#   #               #   #    #     #    #   #     #   #
#   #               #   #     #####     #   #     #   #
#   ###########     #   #               #   #     #   ###########
#             #  #  #   #               #   #  #  #             #  #
#             # # # #   #               #   # # # #             # # #
###############  #  #####               #####  #  ###############  #

Version 0.3

Copyright (c) 2024 René Nicolaus

========
Contents
========
1. Controls
2. Changelog
3. Credits
4. Software Libraries
5. Disclaimer

===========
1. Controls
===========

The default controls are as follows:

Function                          Key

Move / Attack Up                  UP ARROW
Move / Attack Down                DOWN ARROW
Move / Attack Left                LEFT ARROW
Move / Attack Right               RIGHT ARROW
Take                              G
Use                               SPACE BAR
Drop                              D
Character Information             C
Inventory                         I
Toggle Relative Mouse Mode        F2

You can change the controls under "Options" in the main menu.

============
2. Changelog
============

Version 0.3 - 2024-11-19
- The game no longer requires the ABGR8888 pixel format.
- Fixed flickering dialogs in the main menu.
- Fixed an in-game rendering issue where the game map was corrupted by the level up dialog.
- Fixed floor numbers in the "You are now on floor #x of the prison complex." messages.
- Added the ability to return to the previous floor. Note: both the previous and next floors are regenerated with new items and enemies. You will not receive a health bonus when returning to the previous floor, but you will receive a health bonus when returning to the next floor from a previous one.

Version 0.2 - 2024-08-09
- Fixed a bug where the first mouse click did not work correctly.
- Fixed an issue where the current floor was not reset when starting a new game.
- Fixed a bug where the music volume was not set correctly at the start of the game.
- Fixed a bug where music would play even when it was disabled in the options.
- Fixed a bug where inventory items were not removed after use.
- The current floor is now saved in the save game file.
- The order of inventory items and game messages is now saved in the save game file.
- Added explored areas to the save game file.
- Added additional information explaining why a save game file could not be loaded.

Version 0.1 - 2024-08-08
- Initial release.

==========
3. Credits
==========

Concept, code, graphics and music by René "Havoc" Nicolaus (https://www.havocspage.net)

=====================
4. Software Libraries
=====================

This game was programmed in C++ using the following software libraries:

- Simple DirectMedia Layer (SDL) 2.0 library which is distributed under the terms of the zlib license (https://www.zlib.net/zlib_license.html):
  https://libsdl.org
- Simple DirectMedia Layer Mixer (SDL_mixer) 2.0 library which is distributed under the terms of the zlib license (https://www.zlib.net/zlib_license.html):
  https://github.com/libsdl-org/SDL_mixer/releases

=============
5. Disclaimer
=============

This game is freeware. However, all content in this game, such as graphics, music, and text is the
property of René Nicolaus. Distribution (magazine discs, other websites, etc.) is prohibited
without permission from the author (eme@havocspage.net). I'm not responsible for any
damage that results from the use of this game.

===========
End of file
===========