{"id":25429995,"url":"https://github.com/davidyslu/candycrush","last_synced_at":"2026-05-01T04:38:43.914Z","repository":{"id":91720249,"uuid":"38201484","full_name":"davidyslu/CandyCrush","owner":"davidyslu","description":"Implement the classic game \"Candy Crush\" in Qt","archived":false,"fork":false,"pushed_at":"2019-03-26T09:05:44.000Z","size":7719,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-14T10:33:33.995Z","etag":null,"topics":["cpp","game","qt","qt-gui"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidyslu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-06-28T14:20:22.000Z","updated_at":"2024-10-31T13:03:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"76c7f7d9-e7d7-4019-a802-6bc6708e2383","html_url":"https://github.com/davidyslu/CandyCrush","commit_stats":null,"previous_names":["davidyslu/candycrush"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidyslu%2FCandyCrush","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidyslu%2FCandyCrush/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidyslu%2FCandyCrush/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidyslu%2FCandyCrush/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidyslu","download_url":"https://codeload.github.com/davidyslu/CandyCrush/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254121185,"owners_count":22018117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","game","qt","qt-gui"],"created_at":"2025-02-17T02:33:08.996Z","updated_at":"2026-05-01T04:38:38.881Z","avatar_url":"https://github.com/davidyslu.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Candy Crush in Qt\n\nThis repository is going to implement a level of the classic game \"Candy Crush\" in C++ with Qt. Qt is a cross-platform application development framework written in C++ for desktop, embedded and mobile. Supported Platforms include Linux, OS X, Windows, VxWorks, QNX, Android, iOS, BlackBerry, Sailfish OS and others.\n\n* The resource of [pictures (`img`)]() and [sounds (`sound`)]() are originated from [here](https://candycrush.fandom.com/wiki/Candy_Crush_Saga_Wiki).\n* More information about [Qt](https://wiki.qt.io/About_Qt)\n* [How to install Qt IDE?](https://www.qt.io/qt-5-12?utm_campaign=Qt%205.12\u0026utm_source=homepage-hero-banner)\n\n\u003e **NOTCIE**: This repository is the assignment in NCKU course \"Program Design 2\". If you are taking this course, please do not duplicate from this repository. All rights reserved.\n\n---\n## Execution\n\n1. Clone this repository\n    ```bash\n    $ git clone https://github.com/yungshenglu/CandyCrush\n    ```\n2. Open your Qt IDE and execute `CandyCrush.pro`\n    * If succeed, you will see the picture as follow\n        ![](https://i.imgur.com/EGpsKPf.png)\n3. How to play?\n    * The target is get at least 10000 points in 1:30\n        ![](https://i.imgur.com/EGpsKPf.png)\n    * The rule is follow the gam \"Candy Crush\" we know\n        ![](https://i.imgur.com/i1ZAc0k.png)\n        ![](https://i.imgur.com/Xyuhv2e.png)\n    * If you win, you will see the picture as follow\n        ![](https://i.imgur.com/tyS0fJi.png)\n    * If you loss, you will see the picture as follow\n        ![](https://i.imgur.com/68Mlcj0.png)\n\n---\n## Dependency\n\n\u003e **NOTICE:** Make sure you have already installed the following packages if you are using Ubuntu Linux 16.04 LTS.\n\n* [Ubuntu Linux 16.04 LTS](http://releases.ubuntu.com/16.04/)\n    * [Package: libpulse-dev (1:4.0-0ubuntu11)](https://packages.ubuntu.com/trusty/libpulse-dev)\n    * [Package: gstreamer1.0-plugins-good (1.2.4-1~ubuntu1.4 and others)](https://packages.ubuntu.com/trusty/gstreamer1.0-plugins-good)\n    * [Package: gstreamer1.0-plugins-bad (1.2.4-1~ubuntu1.1 and others)](https://packages.ubuntu.com/trusty/gstreamer1.0-plugins-bad)\n    * [Package: gstreamer1.0-plugins-ugly (1.2.3-2build1)](https://packages.ubuntu.com/zh-tw/trusty/gstreamer1.0-plugins-ugly)\n    * [Package: gstreamer1.0-libav (1.2.3-1)](https://packages.ubuntu.com/trusty/gstreamer1.0-libav)\n* [Qt Creator 4.8.2](http://download.qt.io/official_releases/qt/5.12/5.12.1/qt-opensource-linux-x64-5.12.1.run.mirrorlist) - Based on Qt 5.12.1 (GCC 5.3.1 20160406 (Red Hat 5.3.1-6), 64 bit)\n\n---\n## Logs\n\n* MAR 09, 2019 - Build and test on [Qt Creator 4.8.2](http://download.qt.io/official_releases/qt/5.12/5.12.1/qt-opensource-linux-x64-5.12.1.run.mirrorlist)\n\n---\n## Author\n\n\u003e **NOTICE:** You can follow the contributing process [`CONTRIBUTING.md`](CONTRIBUTING.md) to join me. I am very welcome any issue!\n\n* [David Lu](https://github.com/yungshenglu)\n\n---\n## License\n\n\u003e **NOTCIE**: This repository is the assignment in NCKU course \"Program Design 2\". If you are taking this course, please do not duplicate from this repository. All rights reserved.\n\n[GNU GENERAL PUBLIC LICENSE Version 3](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidyslu%2Fcandycrush","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidyslu%2Fcandycrush","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidyslu%2Fcandycrush/lists"}