{"id":21888760,"url":"https://github.com/dulvui/sn4ke","last_synced_at":"2025-10-08T21:30:24.672Z","repository":{"id":62659739,"uuid":"505595735","full_name":"dulvui/sn4ke","owner":"dulvui","description":"Snake game with 60 levels, made with libGDX for iOS and Android","archived":false,"fork":false,"pushed_at":"2025-01-06T10:27:49.000Z","size":4051,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-06T11:31:00.425Z","etag":null,"topics":["android","game","game-development","ios","libgdx","snake"],"latest_commit_sha":null,"homepage":"https://simondalvai.org/games/sn4ke","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dulvui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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},"funding":{"github":"dulvui","patreon":null,"open_collective":null,"ko_fi":"simondalvai","tidelift":null,"community_bridge":null,"liberapay":"dulvui","issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-06-20T20:56:50.000Z","updated_at":"2025-01-06T10:27:53.000Z","dependencies_parsed_at":"2025-01-06T11:26:44.914Z","dependency_job_id":"be55af09-b797-4792-9db8-e2b9426218b1","html_url":"https://github.com/dulvui/sn4ke","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fsn4ke","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fsn4ke/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fsn4ke/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fsn4ke/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dulvui","download_url":"https://codeload.github.com/dulvui/sn4ke/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235759990,"owners_count":19041059,"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":["android","game","game-development","ios","libgdx","snake"],"created_at":"2024-11-28T11:17:11.956Z","updated_at":"2025-10-08T21:30:24.667Z","avatar_url":"https://github.com/dulvui.png","language":"Java","funding_links":["https://github.com/sponsors/dulvui","https://ko-fi.com/simondalvai","https://liberapay.com/dulvui"],"categories":[],"sub_categories":[],"readme":"# MOVED TO CODEBERG\nThe main repository is on now [Codeberg](https://codeberg.org/dulvui/sn4ke).  \nFOSS should be hosted by FOSS.\n\n----\n\n# Sn4ke\n\nSnake game made with libGDX with 60 levels.  \nThis game is open source, with no ads and no tracking.\n\n\n\u003ca href=\"https://play.google.com/store/apps/details?id=com.salvai.snake\" target=\"_blank\"\u003e\u003cimg src=\"store-images/PlayStore.svg\" alt=\"Get it on Google Play\" height=\"49\"\u003e\u003c/a\u003e\n\u003ca href=\"https://apps.apple.com/app/sn4ke/id1626543157\" target=\"_blank\"\u003e\u003cimg src=\"store-images/AppStore.svg\" alt=\"Download on the App Store\" height=\"50\" \u003e\u003c/a\u003e\n\n\u003cdiv\u003e\n  \u003cimg src=\"metadata/en-US/images/phoneScreenshots/screenshot-1.png\" alt=\"Level 1\" width=\"200\"/\u003e\n  \u003cimg src=\"metadata/en-US/images/phoneScreenshots/screenshot-2.png\" alt=\"Level 2\" width=\"200\"/\u003e\n  \u003cimg src=\"metadata/en-US/images/phoneScreenshots/screenshot-3.png\" alt=\"Level 3\" width=\"200\"/\u003e\n  \u003cimg src=\"metadata/en-US/images/phoneScreenshots/screenshot-4.png\" alt=\"Level 4\" width=\"200\"/\u003e\n\u003c/div\u003e\n\n## Table of contents\n- [Sn4ke](#sn4ke)\n  - [Table of contents](#table-of-contents)\n- [Getting started](#getting-started)\n  - [Run it on your device](#run-it-on-your-device)\n- [Contributions](#contributions)\n- [Licenses](#licenses)\n  - [Third party assets](#third-party-assets)\n\n\n# Getting started\n\nTake a look at the official libGDX [documentation](https://libgdx.com/dev/) on how to get started with libGDX and how to setup the project.  \nOr just contact me at info@simondalvai.com, I'll help you to get started and update this README, so that others can also contribute. But until that doesn't happen, I'm too lazy to write a setup documentation.\n\n## Run it on your device\nYou can install and make release and debug releases with the gradlew wrapper located in `src/gradlew`.  \nTo run it on your attached device run\n```\n./gradlew installDebug\n```\nTo make a debug aab build run\n```\n./gradlew assembleDebug\n```\n\n# Contributions\nIf you want to contribute to the project, please fork the repo,    \nmake your changes and make a pull request with a short description  \nof the changes you made.\n\n# Licenses\nThe game itself is licensed under the [GNU AGPL v3.0](LICENSE) license and all  \nassets made by myself and not mentioned in the [Third party assets](#third-party-assets) section, are licensed under the [CC-BY-SA-4.0](https://creativecommons.org/licenses/by-sa/4.0/) license.\n\n## Third party assets\n\nThe following assets are kindly made by [kenney.nl](https://www.kenney.nl/assets/digital-audio) under the [CC-0-1.0](https://creativecommons.org/publicdomain/zero/1.0/) license.\n\n`android/assets/sound/`\n\nThe font is made by Brandon S. aka Tepid Monkey.  \nYou can find the font and the license on [1001fonts.com](https://www.1001fonts.com/origami-mommy-font.html)\n\n`android/assets/skin/origa___.fnt`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdulvui%2Fsn4ke","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdulvui%2Fsn4ke","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdulvui%2Fsn4ke/lists"}