{"id":30105668,"url":"https://github.com/chanind/criminle","last_synced_at":"2025-10-08T01:09:33.558Z","repository":{"id":293670711,"uuid":"984782523","full_name":"chanind/criminle","owner":"chanind","description":"Wordle-inspired country guessing game, made in 30 minutes of vibe-coding with Cursor/Claude","archived":false,"fork":false,"pushed_at":"2025-05-16T16:06:25.000Z","size":2342,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-10T01:00:28.939Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://chanind.github.io/criminle/","language":"TypeScript","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/chanind.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-16T13:54:00.000Z","updated_at":"2025-05-16T16:06:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"69ac0c96-5152-40ff-9875-866c8f3ac4f0","html_url":"https://github.com/chanind/criminle","commit_stats":null,"previous_names":["chanind/criminle"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chanind/criminle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanind%2Fcriminle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanind%2Fcriminle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanind%2Fcriminle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanind%2Fcriminle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chanind","download_url":"https://codeload.github.com/chanind/criminle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chanind%2Fcriminle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278872554,"owners_count":26060605,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-08-10T00:17:18.867Z","updated_at":"2025-10-08T01:09:33.553Z","avatar_url":"https://github.com/chanind.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Criminle\n\nA Wordle-style game where players guess countries based on crime statistics. \n\nTry it out: https://chanind.github.io/criminle\n\n## Setup\n\n1. Create a virtual environment:\n\n   ```\n   python -m venv venv\n   source venv/bin/activate  # On Windows: venv\\Scripts\\activate\n   ```\n\n2. Install dependencies:\n\n   ```\n   pip install -r requirements.txt\n   ```\n\n3. Download crime statistics:\n   ```\n   python scripts/download_crime_data.py\n   ```\n\n## Dataset\n\nThe game uses crime statistics from multiple sources:\n\n- **World Bank API**: Intentional homicides per 100,000 people\n- **Global Peace Index**: Peace index scores by country\n- **Country metadata**: ISO codes, regions, and other country information\n\nOur cleaned dataset includes:\n\n- 249 countries and territories\n- 176 countries with complete data for use in the game\n- Homicide rates ranging from 0.00 to 52.13 per 100,000 people\n- Geographic representation across all major regions\n\nTo analyze the dataset:\n\n```\npython scripts/test_data.py\n```\n\n## Project Structure\n\n- `data/`: Contains downloaded crime statistics datasets\n\n  - `criminle_game_data.csv`: Complete dataset with all countries\n  - `criminle_game_data.json`: JSON version of the complete dataset\n  - `suitable_countries.json`: Filtered dataset of countries with complete data\n  - `worldbank_homicide_data.csv`: Raw data from World Bank\n  - `country_metadata.csv`: Country codes, regions, and other metadata\n\n- `scripts/`: Utility scripts\n  - `download_crime_data.py`: Downloads and processes crime data\n  - `test_data.py`: Analyzes data quality and generates statistics\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanind%2Fcriminle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchanind%2Fcriminle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanind%2Fcriminle/lists"}