Warning, /games/arkade/README.md is written in an unsupported language. File is not indexed.

0001 # Arkade
0002 
0003 Collection of arcade/classic games written in QML.
0004 
0005 Current games:
0006 
0007 * Samegame
0008 * Connect Four
0009 * Tetris
0010 
0011 ## Screenshots
0012 
0013 WIP
0014 
0015 ## Build
0016 
0017 ```
0018 mkdir build && cd build
0019 cmake .. -DCMAKE_INSTALL_PREFIX=~/.local/kde -GNinja
0020 ninja
0021 ```
0022 
0023 ## License
0024 
0025 This project is licensed under GPL-3.0-or-later. Some files are licensed under
0026 more permissive licenses.