img/playing_cards
|
Add support for showing playing cards
|
2024-12-01 01:01:37 +01:00 |
.gitignore
|
Initial commit
|
2024-11-30 19:23:45 +01:00 |
build.sh
|
Add script to build the project manually
|
2024-12-01 01:10:43 +01:00 |
CardModel.qml
|
Make cardModel clickable
|
2024-12-02 19:30:47 +01:00 |
CMakeLists.txt
|
Store revealed state for the columns
|
2024-12-02 16:10:51 +01:00 |
columnslot.cpp
|
Store revealed state for the columns
|
2024-12-02 16:10:51 +01:00 |
columnslot.h
|
Store revealed state for the columns
|
2024-12-02 16:10:51 +01:00 |
gamestate.h
|
Keep track of gameWon state
|
2024-12-03 01:33:12 +01:00 |
images.qrc
|
Add support for showing playing cards
|
2024-12-01 01:01:37 +01:00 |
LICENSE.txt
|
Add GPL 3.0-or-later license
|
2024-11-30 21:01:01 +01:00 |
main.cpp
|
Store column property to avoid repetition
|
2024-12-03 00:23:49 +01:00 |
Main.qml
|
Store column property to avoid repetition
|
2024-12-03 00:23:49 +01:00 |
playingcard.cpp
|
Fix signal naming
|
2024-12-03 00:33:22 +01:00 |
playingcard.h
|
Fix signal naming
|
2024-12-03 00:33:22 +01:00 |