diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | c90c389a8a8d9d8661e9772ec4144c5cf2039f23 (patch) | |
tree | 6d8391395bce9eaea4ad78958617edb20c6a7573 /libksirtet/README.gtetris | |
download | tdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.tar.gz tdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libksirtet/README.gtetris')
-rw-r--r-- | libksirtet/README.gtetris | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libksirtet/README.gtetris b/libksirtet/README.gtetris new file mode 100644 index 00000000..88d6f314 --- /dev/null +++ b/libksirtet/README.gtetris @@ -0,0 +1,21 @@ + Oslo, May 14 1995 + +This code was written about 1 and a half year ago to test the very +first Qt skeleton. It was in fact the first Qt application and was +written at a time when Qt only had pushbutton widgets and the drawing +engine was limited to drawing text in a single font and drawing lines +(no kidding, those were the only two drawing operations). In fact the +tetris project doubled the number of widgets in Qt by introducing +the QLCDNumber widget. The whole application was written in 5 evenings +and 1 weekend and is not very well documented. The tetris engine is +implemented in the GenericTetris class and was first made on my +good old 10 MHZ AT where I made a DOS text-mode Tetris (using about +50 lines) to test it out, it was later moved to a SUN Sparc 10, where it +met Qt. GenericTetris is totally independent of Qt, feel free to use +it in any way you like. (see the file gtetris.h for a brief description +of how to use it) + +Enjoy! + + Eirik Eng + ----- |