{"id":21888761,"url":"https://github.com/dulvui/whatcolor","last_synced_at":"2026-05-18T00:35:20.011Z","repository":{"id":112572638,"uuid":"579628844","full_name":"dulvui/whatcolor","owner":"dulvui","description":"Click the missing color in this Android and iOS game, created with libGDX","archived":false,"fork":false,"pushed_at":"2025-01-06T10:27:13.000Z","size":472,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-22T02:26:38.037Z","etag":null,"topics":["android","game","kotlin","libgdx"],"latest_commit_sha":null,"homepage":"https://simondalvai.org/games/whatcolor","language":"Kotlin","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}},"created_at":"2022-12-18T10:45:39.000Z","updated_at":"2025-01-06T10:27:17.000Z","dependencies_parsed_at":"2025-01-06T11:26:35.154Z","dependency_job_id":"d1cc9e15-91f3-4147-a4b4-80bbf522baa7","html_url":"https://github.com/dulvui/whatcolor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dulvui/whatcolor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fwhatcolor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fwhatcolor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fwhatcolor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fwhatcolor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dulvui","download_url":"https://codeload.github.com/dulvui/whatcolor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fwhatcolor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33160525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","kotlin","libgdx"],"created_at":"2024-11-28T11:17:12.027Z","updated_at":"2026-05-18T00:35:17.278Z","avatar_url":"https://github.com/dulvui.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WhatColor\nSource code for the Android and iOS game WhatColor. Created with libGDX.\n\n[![Android upload](https://github.com/dulvui/whatcolor/actions/workflows/upload-android.yml/badge.svg)](https://github.com/dulvui/whatcolor/actions/workflows/upload-android.yml)\n[![iOS upload](https://github.com/dulvui/whatcolor/actions/workflows/upload-ios.yml/badge.svg)](https://github.com/dulvui/whatcolor/actions/workflows/upload-ios.yml)\n\n\u003ca href=\"https://play.google.com/store/apps/details?id=com.salvai.whatcolor\" target=\"_blank\"\u003e\u003cimg src=\"store-images/PlayStore.svg\" alt=\"Get it on Google Play\" height=\"49\"\u003e\u003c/a\u003e\n\u003c!-- \u003ca href=\"https://apps.apple.com/app/whatcolor/id1626543157\" target=\"_blank\"\u003e\u003cimg src=\"store-images/AppStore.svg\" alt=\"Download on the App Store\" height=\"50\" \u003e\u003c/a\u003e --\u003e\n\n\u003cdiv\u003e\n  \u003cimg src=\"screenshots/screenshot-1.png\" alt=\"Level 1\" width=\"200\"/\u003e\n  \u003cimg src=\"screenshots/screenshot-2.png\" alt=\"Level 2\" width=\"200\"/\u003e\n  \u003cimg src=\"screenshots/screenshot-3.png\" alt=\"Level 3\" width=\"200\"/\u003e\n  \u003cimg src=\"screenshots/screenshot-4.png\" alt=\"Level 4\" width=\"200\"/\u003e\n\u003c/div\u003e  \n\n\n## Table of contents\n- [WhatColor](#whatcolor)\n  - [Table of contents](#table-of-contents)\n  - [How to play](#how-to-play)\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## How to play\nYou see a color pattern and then a color disappears. Click the missing color on the bottom until you loose.\nEvery correct color pick gives you 1 point. Reach 10 points or more for the next level.\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 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`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdulvui%2Fwhatcolor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdulvui%2Fwhatcolor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdulvui%2Fwhatcolor/lists"}