Bubble Chains: free crossplatform 2D arcade-puzzle game

Official website:
	https://github.com/ArsMasiuk/bubble-chains

----------------------------------------------------------------------------------
ABOUT THE GAME

Bubble Chains is a funny 2D game which runs on Linux, Windows and FreeBSD. 
Bubble Chains was created using only free development software and free resources.

----------------------------------------------------------------------------------
CREDITS & LICENSE

Bubble Chains originally created by: 
	Ars Masiuk & Alexander Korchenko (c) 2010-now
  
This software is free and is distributed according to GPL-3 and compatible licenses.
Full text of GPL and more you can read here: 
	http://www.fsf.org/licensing/licenses/gpl.html

Icon set (GPL):
	KDE Crystal Diamond (c) Everaldo Coelho

Thanks to the authors of the free software, graphic and sound resources used 
during game creation.
	
----------------------------------------------------------------------------------
SUPPORTED PLATFORMS

Since Bubble Chains is based on Qt5 framework, all the platforms supported by 
it should be able to build and launch the game on.

In particular:
	- Microsoft Windows
	- Linux
	- FreeBSD

----------------------------------------------------------------------------------
INSTALLATION

Microsoft Windows:
	- download corresponding installer executable
	- run it and follow the instructions
	
DEB-based Linux (Ubuntu, Debian etc.):
	- download corresponding .deb package (i.e. bubble-chains.xyz.deb)
	- install it by running in the terminal:
		sudo apt install ./bubble-chains.xyz.deb
		
RPM-based Linux (Fedora, RHEL etc.):
	- tbd.
	
Installation from sources:
	- tbd.

---------------------------------------------------------------------------------
CHANGELOG

0.2.x:

- original copyrights restored

- sources made buildable with Qt5
- Qt4 support deprecated
- dependency on SDL library deprecated
- Sound effects are played via Qt Multimedia instead

- fixed issue with displaying Russian help


0.1.1:

- fixed issue with restoring game progress
- fixed some graphics

- added Russian language pack


0.1.0

- initial release
