{"id":20491087,"url":"https://github.com/mataruzz/arcadeplayground","last_synced_at":"2026-05-11T09:29:17.220Z","repository":{"id":250324201,"uuid":"816163744","full_name":"mataruzz/ArcadePlayground","owner":"mataruzz","description":"ArcadePlayground is a Qt-based platform featuring classic games like Tic-Tac-Toe and Tetris, with more titles coming soon. Explore and enjoy retro gaming in a simple, fun environment!","archived":false,"fork":false,"pushed_at":"2024-07-26T12:57:52.000Z","size":40340,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T05:26:46.918Z","etag":null,"topics":["classic-game","cpp","gamedev","qt","tetris","tic-tac-toe"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mataruzz.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-06-17T07:00:22.000Z","updated_at":"2024-07-26T13:02:02.000Z","dependencies_parsed_at":"2024-07-26T15:30:30.945Z","dependency_job_id":"4480cbce-578c-436e-9943-d1975d908c2b","html_url":"https://github.com/mataruzz/ArcadePlayground","commit_stats":null,"previous_names":["mataruzz/arcadeplayground"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mataruzz%2FArcadePlayground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mataruzz%2FArcadePlayground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mataruzz%2FArcadePlayground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mataruzz%2FArcadePlayground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mataruzz","download_url":"https://codeload.github.com/mataruzz/ArcadePlayground/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242068855,"owners_count":20066975,"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":["classic-game","cpp","gamedev","qt","tetris","tic-tac-toe"],"created_at":"2024-11-15T17:19:51.598Z","updated_at":"2026-05-11T09:29:12.182Z","avatar_url":"https://github.com/mataruzz.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arcade Platform Game\n\nWelcome to the Arcade Platform! This project is built using Qt and C++. The idea of this project was mainly for me to learn the Qt library and understand its working principles. The platform hosts a variety of classic games, with the initial release featuring Tic Tac Toe and Tetris. Might include future releases including more exciting games.\n\n\n## Install from source\nIn case you want to build and use this project on your own machine (instead of simple playing - downloading the executable), you have first to install [Qt6.7](https://doc.qt.io/qt-6/get-and-install-qt.html). Once all the libs have been set.\n\n1. **Clone the Repository**\n   ```bash\n   git clone https://github.com/mataruzz/ArcadePlayground.git\n   cd ArcadePlayground\n\n2. **Build the project with qmake**\n    ```bash\n    mkdir build \u0026\u0026 cd build\n    export PATH=/path/to/your/Qt/bin:/$PATH # might not be needed\n    qmake ../arcade_playground.pro -config release\n    make\n\n### Running the project\nRun the executable we built in the previous step \n\n```\n./arcade_playground\n```\n\n### Application Overview\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/mataruzz/ArcadePlayground/blob/main/Images/TicTacToe/Samples/TicTacToe.gif\" height=\"260\"\u003e\n    \u003cimg src=\"https://github.com/mataruzz/ArcadePlayground/blob/main/Images/Tetris/Samples/Tetris.gif\" height=\"260\"\u003e\n\u003c/p\u003e\n\n### Creating the AppImage\nAs reference on how the AppImage has been obtained, I used the tool [linuxdeploy](https://github.com/linuxdeploy/linuxdeploy) with the attached [qt plugin](https://github.com/linuxdeploy/linuxdeploy-plugin-qt). Download the 2 AppImages and run:\n\n```\n./linuxdeploy-x86_64.AppImage --appdir AppDir --executable ./path/to/your/executable --output appimage --plugin qt\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmataruzz%2Farcadeplayground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmataruzz%2Farcadeplayground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmataruzz%2Farcadeplayground/lists"}