About
=====

Gottet is a clone of Tetris I wrote for my wife. Pieces fall from the top
of the play area and you can move them horizontally as well as rotate them
before they reach the bottom of the play area. The goal is to create full
lines of pieces, which are then removed. The game is over when the stack
of pieces reaches the top of the play area.
 
 
CREDITS 
======= 
 
Developers
----------
* Graeme Gott


Translations
------------
Catalan:
* Adolfo Jayme  Barrientos

Chinese (Taiwan):
* Jeff Huang

Czech:
* Pavel Fric

Dutch:
* Robert Borst

German:
* Michał Trzebiatowski

Korean:
* 박정규(Jung Kyu Park)

Lithuanian:
* Moo

Malay:
* abuyop

Polish:
* Michał Trzebiatowski

Romanian:
* Jaff (Oprea Nicolae)

Russian:
* sorrymak

Spanish:
* Adolfo Jayme  Barrientos

Turkish:
* Cüneyt Oktay

Vietnamese:
* Anh Phan


Libraries
---------
* Qt, http://www.qt.io/
 
 
NEWS 
==== 
 
1.2.6
-----
* Improved code for building translations.
* FIXED: High score name had NULL at end in Windows.

1.2.5
-----
* Improved deployment.
* Translation updates: Estonian.

1.2.4
-----
* FIXED: Top row was duplicated when removing multiple rows.

1.2.3
-----
* Replaced deprecated code.
* Translation updates: Dutch.

1.2.2
-----
* Added portable mode.
* Improved Linux deployment.
* Replaced deprecated code.
* Translation updates: Dutch, German.

1.2.1
-----
* Switched to Qt 6.

1.2.0
-----
* Added support for Qt 6.
* Improved high scores dialog.
* Refactored code.
* Removed XPM icon.
* Translation updates: Chinese (Taiwan), Lithuanian, Romanian.

1.1.9
-----
* FIXED: Did not load locales with underscores.
* Improved Windows deployment.

1.1.8
-----
* FIXED: Window icon didn't work in Wayland.
* Improved loading locales.
* Improved Windows deployment.
* Replaced deprecated code.
* Translation updates: French.

1.1.7
-----
* FIXED: Automatic high DPI support.

1.1.6
-----
* Extra warnings only shown in debug build.
* Improved Linux deployment.
* Improved macOS deployment.
* Improved Windows deployment.
* Translation updates: Chinese, Portuguese.

1.1.5
-----
* FIXED: Could not compile with Qt 5.10.

1.1.4
-----
* FIXED: Did not always install translations in Linux.

1.1.3
-----
* FIXED: Did not install translations in Linux.

1.1.2
-----
* Generate binary translations at build time.
* FIXED: Was not properly loading Qt translations.
* Translation updates: Dutch, German, Greek, Hebrew, Lithuanian, Polish.

1.1.1
-----
* FIXED: Application layout did not respect RTL languages.
* FIXED: All new games used the same seed in Windows.
* Translation updates: Lithuanian.

1.1.0
-----
* Added support for high DPI displays.
* Switched to C++11 random classes.
* Removed support for Qt 4.
* Translation updates: Chinese (Taiwan), Czech, Dutch, Hebrew, Korean,
  Lithuanian, Malay, Romanian.

1.0.6
-----
* Added README file.
* Translation updates: Catalan, German, Hebrew, Korean, Malay, Polish,
  Romanian, Russian, Spanish, Turkish, Vietnamese.

1.0.5
-----
* New program icon.
* Added support for Qt 5.
* Translation updates: French, Romanian.

1.0.4
-----
* Added click to start or resume games.
* Added prompt before ending a game.
* Optmized rendering.

1.0.3
-----
* Fixed install bug.

1.0.2
-----
* Ported by Alessandro Briosi to Qtopia4.
* Stored size of scoreboard.
* Minor bug fixes.

1.0.1
-----
* Minor bug fixes.
