{"id":21022425,"url":"https://github.com/mmsbrggr/hsudoku","last_synced_at":"2026-03-17T20:02:42.333Z","repository":{"id":62436203,"uuid":"87068958","full_name":"mmsbrggr/hsudoku","owner":"mmsbrggr","description":"A native gtk sudoku game written in haskell","archived":false,"fork":false,"pushed_at":"2017-05-29T11:31:39.000Z","size":820,"stargazers_count":34,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-12-08T04:21:31.210Z","etag":null,"topics":["game","gtk3","haskell","haskell-gi","sudoku"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mmsbrggr.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}},"created_at":"2017-04-03T11:57:47.000Z","updated_at":"2025-10-07T13:55:40.000Z","dependencies_parsed_at":"2022-11-01T21:33:41.968Z","dependency_job_id":null,"html_url":"https://github.com/mmsbrggr/hsudoku","commit_stats":null,"previous_names":["marcelmoosbrugger/hsudoku"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mmsbrggr/hsudoku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmsbrggr%2Fhsudoku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmsbrggr%2Fhsudoku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmsbrggr%2Fhsudoku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmsbrggr%2Fhsudoku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmsbrggr","download_url":"https://codeload.github.com/mmsbrggr/hsudoku/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmsbrggr%2Fhsudoku/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30630027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"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":["game","gtk3","haskell","haskell-gi","sudoku"],"created_at":"2024-11-19T11:11:56.961Z","updated_at":"2026-03-17T20:02:42.314Z","avatar_url":"https://github.com/mmsbrggr.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# λsudoku\n\n[![Travis](https://img.shields.io/travis/mmsbrggr/hsudoku.svg)](https://travis-ci.org/mmsbrggr/hsudoku)\n[![GitHub issues](https://img.shields.io/github/issues/mmsbrggr/hsudoku.svg)](https://github.com/mmsbrggr/hsudoku/issues)\n[![GitHub stars](https://img.shields.io/github/stars/mmsbrggr/hsudoku.svg)](https://github.com/mmsbrggr/hsudoku/stargazers)\n![GTK version](https://img.shields.io/badge/GTK-3.20-blue.svg)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/mmsbrggr/hsudoku/master/LICENSE)\n\n-------\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"#appearance\"\u003eAppearance\u003c/a\u003e \u0026bull;\n    \u003ca href=\"#motivation\"\u003eMotivation\u003c/a\u003e \u0026bull;\n    \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e \u0026bull;\n    \u003ca href=\"#installation\"\u003eUsage\u003c/a\u003e \u0026bull;\n    \u003ca href=\"#tests-and-coverage\"\u003eTests\u003c/a\u003e \u0026bull;\n    \u003ca href=\"#documentation\"\u003eDocumentation\u003c/a\u003e\n\u003c/p\u003e\n\n-------\n\n## Appearance\n\n\u003ch3 align=\"center\"\u003e\n  \u003cimg width=\"400px\" src=\"gui/menu.png\" alt=\"Menu\" /\u003e\n  \u003cimg width=\"400px\" src=\"gui/play.gif\" alt=\"Gameplay\" /\u003e\n\u003c/h3\u003e\n\n## Motivation\nλsudoku was born in a haskell universty course at the technical university in Vienna.\nThe goal was to create a neat looking and user-friendly haskell game using modern technologies and libraries, namely GTK3 and [haskell-gi](https://github.com/haskell-gi/haskell-gi).\nThe sudokus get loaded from the internet, parsed in haskell and made playable through a native gtk interface.\nSpecial thank goes to [Kjell Ericson](https://kjell.haxx.se/sudoku/) for letting me use is [sudoku generator web-app](https://kjell.haxx.se/sudoku/).\n\n## Installation\nλsudoku has a few prerequesites. If they are already installed on your system, you can skip the following steps.\n- At least GHC 8.0.2 and cabal 1.24\n```\nsudo add-apt-repository -y ppa:hvr/ghc\nsudo apt-get update\nsudo apt-get install cabal-install-1.24 ghc-8.0.2\nexport PATH=/opt/ghc/8.0.2/bin:/opt/cabal/1.24/bin:$PATH\n```\n- GTK+3.20 and other packages needed for the UI\n```\nsudo add-apt-repository ppa:gnome3-team/gnome3-staging\nsudo apt-get update\nsudo apt-get install build-essential libgtk-3-dev libgirepository1.0-dev libcairo2-dev libgdk-pixbuf2.0-dev\n```\n- The *happy* haskell package\n```\ncabal update\ncabal install happy\n```\n\nWith all dependencies in place, the hsudoku game can be installed:\n```\ngit clone git@github.com:marcelmoosbrugger/hsudoku.git\ncd hsudoku\ncabal install --only-dependencies\ncabal build\n```\n\n## Usage\nIf everything is installed the game can be run from the installation folder:\n```\ndist/build/hsudoku/hsudoku\n```\n\n## Tests and Coverage\nTests can easily be run with:\n```\ncabal test\n```\n\n## Documentation\nDocumentation of the code and the hackage package can be found on [hackage/hsudoku](https://hackage.haskell.org/package/hsudoku)\n\n## Licence\nThis project is licensed under the terms of the MIT license. See the LICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmsbrggr%2Fhsudoku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmsbrggr%2Fhsudoku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmsbrggr%2Fhsudoku/lists"}