{"id":18377879,"url":"https://github.com/lesterevse/game15","last_synced_at":"2026-04-28T18:31:58.634Z","repository":{"id":177338775,"uuid":"648771037","full_name":"LesterEvSe/Game15","owner":"LesterEvSe","description":"Qt5 cross-platform game for  Windows, Linux","archived":false,"fork":false,"pushed_at":"2023-11-21T15:27:55.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T22:31:51.173Z","etag":null,"topics":["a-star-path-finding","logic-game","qt5","solver-algorithm"],"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/LesterEvSe.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}},"created_at":"2023-06-02T19:15:05.000Z","updated_at":"2023-07-11T18:31:25.000Z","dependencies_parsed_at":"2023-10-11T06:47:09.356Z","dependency_job_id":"b0c07e21-86b3-4949-b1bc-900bcd51ebde","html_url":"https://github.com/LesterEvSe/Game15","commit_stats":{"total_commits":44,"total_committers":1,"mean_commits":44.0,"dds":0.0,"last_synced_commit":"3220b181b200159a556c407c7b24575fd4db2aa4"},"previous_names":["lesterevse/game15"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LesterEvSe%2FGame15","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LesterEvSe%2FGame15/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LesterEvSe%2FGame15/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LesterEvSe%2FGame15/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LesterEvSe","download_url":"https://codeload.github.com/LesterEvSe/Game15/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248347221,"owners_count":21088610,"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":["a-star-path-finding","logic-game","qt5","solver-algorithm"],"created_at":"2024-11-06T00:29:33.111Z","updated_at":"2026-04-28T18:31:53.610Z","avatar_url":"https://github.com/LesterEvSe.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Game15\nQt5 cross-platform game for Windows and Linux.\nMade for fun, the rules are here https://en.wikipedia.org/wiki/15_puzzle. Algorithms for solving the position is present.\nFor 2x2 and 3x3 game fields it solves for the minimum number of moves.\nFor 4x4 and 5x5 for the optimal.  \nRead **Linux build** for Linux OS and **Windows build** for Windows respectively.\n\n# Linux build\n## Requirements\nTo run the project you need to install the Qt5 and GMP\n### Qt install. Install Qt in the /home directory, otherwise the paths to the Qt files will not be found\n###### Note: Replace 'name' with the name of your executable file\n1. Install Qt https://www.qt.io/download-qt-installer\n2. Go to the download where our *.run* file is installed. Before we run it,\nwe need to give permission to run it, using the command ***chmod +x 'name'***\n3. Run our executable file ***./'name'***\n4. During the installation you can not install CMake, Ninja, Qt Creator components.\nHowever, it is **necessary** to select *Desktop gcc 64* or *gcc 32* for Qt5,\notherwise the project will not build.\n\n## Easy build and run via .sh files\n1. Run the console from the **tools** directory.\n2. Install the necessary programs and build the project, using the ***bash build.sh*** command.\n3. You can run the game with the ***bash game.sh*** command.\n\n## Build and run \n1. Install compiler for C++ and build system with the commands\n* Ubuntu/Debian/Linux Mint  \n  ***sudo apt-get update  \n  sudo apt-get install g++ cmake***  \n* Fedora  \n  ***sudo dnf install gcc-c++ cmake***  \n* CentOS и RHEL  \n  ***sudo yum install gcc-c++ cmake***  \n* Arch Linux  \n  ***sudo pacman -S gcc cmake***\n2. To build a project, you need to make a \"build\" directory\nin the project folder with the command ***mkdir build***\n3. Then move into it with the command ***cd build***\n4. Next, you need to run ***cmake ..*** command inside \"build\" directory.\n5. Finally, use the ***make*** command to compile, link the project, and create an executable.\n6. Now you can run the application with the ***./Game15*** command.\n\n\n# Windows build with Qt Creator\n1. Install Qt5 **to any folder on the C drive** https://www.qt.io/download-open-source  \n2. In addition to the default packages, choose the\nMSVC compiler for your system (64 or 32 bit)\n\n## Run\nNow run projects with Qt Creator and build them with the MSVC compiler compiler\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flesterevse%2Fgame15","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flesterevse%2Fgame15","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flesterevse%2Fgame15/lists"}