
 _______   _______   ___   _   _______     _______   _______   __   __   _______ 
|       | |       | |   | | | |       |   |       | |       | |  |_|  | |       |
|    _  | |   _   | |   |_| | |    ___|   |    ___| |    ___| |       | |  _____|
|   |_| | |  | |  | |      _| |   |___    |   | __  |   |___  |       | | |_____ 
|    ___| |  |_|  | |     |_  |    ___|   |   ||  | |    ___| | ||_|| | |_____  |
|   |     |       | |    _  | |   |___    |   |_| | |   |___  | |   | |  _____| |
|___|     |_______| |___| |_| |_______|   |_______| |_______| |_|   |_| |_______|
                                                        A game by Felix Queißner

This game was made for the 15th ZFX Action and was designed after the following
topic:

                      ╔══════════════════════════════╗
                      ║ An artsy game where you tame ║
                      ║ gems and explore the world.  ║
                      ╚══════════════════════════════╝

┌─────────────────────────────────────────────────────────────────────────────┐
│ Story                                                                       │
└─────────────────────────────────────────────────────────────────────────────┘
    
    You are a gem hunter! Find your way into the deep cavernous mines and
    get all the gems! 
    
    But be aware: The gems jumpy!
    
    Poke them sneaky into the side and they will be scared and shocked.
    That's your chance! Quickly grab them and put them into your pocket!
    
    So, go now, and get rich!

┌─────────────────────────────────────────────────────────────────────────────┐
│ Gameplay                                                                    │
└─────────────────────────────────────────────────────────────────────────────┘
    
    Find as much gams as you can. Poke them to make them tame!
    After that, you can pick the gems up.
    
    I'm sorry to announce that that's all the gameplay that was implemented
    in the four days as my main focus was kinda on the whole game meta and
    not the gameplay.
	
	In the ingame menu, you can save by pressing 'Accept' when the menu item
	'SAVE' is selected. When the menu item is 'MAP', you can press 'Accept'
	to pan the map with the D-PAD.

┌─────────────────────────────────────────────────────────────────────────────┐
│ Controls                                                                    │
└─────────────────────────────────────────────────────────────────────────────┘

    As you may have noticed already, a game cannot be played without an
    input method. So this game provides you with one!
    
    Well, actually it's two methods, but the main method are the buttons:

           ╔═════════════════════╦═════════════════════════════════╗
           ║ Accept / Strafe     ║ A                               ║
           ╟─────────────────────╫─────────────────────────────────╢
           ║ Cancel              ║ B / MENU                        ║
           ╟─────────────────────╫─────────────────────────────────╢
           ║ Move and Rotate     ║ D-PAD                           ║
           ╟─────────────────────╫─────────────────────────────────╢
           ║ Poke                ║ X                               ║
           ╟─────────────────────╫─────────────────────────────────╢
           ║ Grab                ║ Y                               ║
           ╟─────────────────────╫─────────────────────────────────╢
           ║ Open Menu           ║ MENU                            ║
           ╚═════════════════════╩═════════════════════════════════╝
           
    The menus can also be controlled by using the touch input, but the
    main game cannot. That's sad, but that's how it is :(

┌─────────────────────────────────────────────────────────────────────────────┐
│ Notes for the PC Player                                                     │
└─────────────────────────────────────────────────────────────────────────────┘

    This game is written for a console, but this is a PC port. So the
    controls have changed a bit:
    
    The touch screen is emulated by the mouse (this is easy!), and the D-PAD
    is emulated by the arrow keys. MENU is replaced by the Escape-Key, the
    other keys are mapped as-is.

	Unfortunatly, the game was never designed to be quit (just power off the
	console), so you have to kill the game by pressing the 'close button' on
	the window or kill the process. Luckily, no fullscreen support exists :P