{"id":22763767,"url":"https://github.com/maciekiwaniuk/snake-game","last_synced_at":"2025-03-30T09:42:39.136Z","repository":{"id":162593145,"uuid":"442414383","full_name":"maciekiwaniuk/snake-game","owner":"maciekiwaniuk","description":"🐍 Snake game made in Python with pygame","archived":false,"fork":false,"pushed_at":"2023-12-24T21:51:06.000Z","size":32508,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-05T11:45:07.305Z","etag":null,"topics":["desktop-app","game","pygame","pyqt5","python","rest-api","snake-game"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"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/maciekiwaniuk.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":"2021-12-28T09:30:53.000Z","updated_at":"2025-01-01T14:33:46.000Z","dependencies_parsed_at":"2025-02-05T11:43:59.121Z","dependency_job_id":"f607c4a7-b2d5-4f68-9862-2bab44503dae","html_url":"https://github.com/maciekiwaniuk/snake-game","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maciekiwaniuk%2Fsnake-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maciekiwaniuk%2Fsnake-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maciekiwaniuk%2Fsnake-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maciekiwaniuk%2Fsnake-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maciekiwaniuk","download_url":"https://codeload.github.com/maciekiwaniuk/snake-game/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246301955,"owners_count":20755512,"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":["desktop-app","game","pygame","pyqt5","python","rest-api","snake-game"],"created_at":"2024-12-11T11:10:18.680Z","updated_at":"2025-03-30T09:42:39.110Z","avatar_url":"https://github.com/maciekiwaniuk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Snake game ![](https://github.com/maciekiwaniuk/snake-game/blob/main/assets/images/icon.png?raw=true) \n\n\u003e ### Project of the game which interacts via API with the web application that handles necessary stuff related with storing data.\n\n- Application is made in [python](https://www.python.org/downloads/).\n- To create login panel is used [PyQt5 Framework](https://pypi.org/project/PyQt5/).\n- Game application is made with [pygame library](https://getbootstrap.com/docs/5.1/getting-started/introduction/).\n- Properly configured [web application](https://github.com/maciekiwaniuk/snake-web-app) is required to process the data.\n\n# Installation\n\nTo successfully install application you need to have installed [python](https://www.python.org/downloads/), [pip](https://pypi.org/project/pip/) and properly configured web application which is available to get from [this repository](https://github.com/maciekiwaniuk/snake-web-app).\n\nOpen folder where you want to have project files, open console and then clone the repository\n\n    git clone https://github.com/maciekiwaniuk/snake-game\n\t\nChange folder in console to created folder with project files\n\n\tcd snake-game\n\nInstall all the required modules using pip\n\n    pip install -r requirements.txt\n\nCopy the env_example.py file and make the required configuration changes in the env.py file\n\n    copy env_example.py env.py\n    \nConfiguration variables should be the same as in the .env in web application\n\n    SECRET_GAME_KEY = \"example_secret_game_key\"\n    VERSION = \"example_game_version_1.0\"\n    URL = \"http://127.0.0.1:8000\"\n\nRun application\n\n    py main.py\n\n# Application usage\n\nTo log into game you need to use account from configured web application. Example data from seeded database\n\n    email: admin1234@wp.pl\n\n    password: admin1234\n\t\n# Application appearance\n\n![](https://github.com/maciekiwaniuk/snake-game/raw/main/assets/readme/gifs/gif_1.gif)\n![](https://github.com/maciekiwaniuk/snake-game/raw/main/assets/readme/gifs/gif_2.gif)\n\n    ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaciekiwaniuk%2Fsnake-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaciekiwaniuk%2Fsnake-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaciekiwaniuk%2Fsnake-game/lists"}