Skip to content

a tiny game programmed as a sunday afternoon exercise in C++/QT>=4

License

LGPL-3.0, LGPL-3.0 licenses found

Licenses found

LGPL-3.0
LICENSE
LGPL-3.0
LICENSE.txt
Notifications You must be signed in to change notification settings

jkriege2/JKFallingBlocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JKFallingBlocks

This was a tiny sunday-afternoon exercise in programming a small game as easter egg for a larger program (see https://github.com/jkriege2/QuickFit3).

This game is implemented in C++ and Qt >= 4

This software is licensed under the term of the GNU Lesser General Public License 3.0 (LGPL 3.0) or above.

Screenshots

In the beginning ... ... in getween ... Game Over

Usage

Usage is simple:

#include "jkfallingblocksmainwindow.h"
#include <QApplication>

int main(int argc, char *argv[])
{
    QApplication a(argc, argv);
    JKFallingBlocksMainWindow w;
    w.show();

    return a.exec();
}

About

a tiny game programmed as a sunday afternoon exercise in C++/QT>=4

Resources

License

LGPL-3.0, LGPL-3.0 licenses found

Licenses found

LGPL-3.0
LICENSE
LGPL-3.0
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published