

      ____        _     _     _         ____ _           _
     | __ ) _   _| |__ | |__ | | ___   / ___| |__   __ _(_)_ __
     |  _ \| | | | '_ \| '_ \| |/ _ \ | |   | '_ \ / _` | | '_ \
     | |_) | |_| | |_) | |_) | |  __/ | |___| | | | (_| | | | | |
     |____/ \__,_|_.__/|_.__/|_|\___|  \____|_| |_|\__,_|_|_| |_|

	---------------------------------------------------

                                                     version 1.1 
                                         release date 2020-05-13

	---------------------------------------------------

Copyright (C) 2020 by Markus Mangold

This software is freeware and is provided 'as-is', 
without any express or implied warranty. In no event will the 
authors be held liable for any damages arising from the use of 
this software.

	---------------------------------------------------

Bubble Chain is a game of a chain reaction. You have to
explode as many bubbles as you can by starting the chain
with your mouse. Each bubble explodes if it touches
another exploded bubble.
The longer the chain, the higher your score will be.

	---------------------------------------------------

This game was made with FreeBASIC and the Pulsar2D framework.

	---------------------------------------------------

Dependencies on Linux:
- libsd2-2.0-0 (>=2)
- libsdl2-mixer-2.0-0 (>=2)
- libsdl2-image-2.0-0 (>=2)
- libc6 (>=2.27)
- libtinfo5 (>=6)

	---------------------------------------------------

