{"id":15493160,"url":"https://github.com/pchampio/sudoku","last_synced_at":"2025-03-28T16:43:31.541Z","repository":{"id":80616627,"uuid":"78211382","full_name":"pchampio/Sudoku","owner":"pchampio","description":":pencil: L3 SPI. Réalisation d'une interface à \"aides visuelles\" à la résolution  d'un Sudoku ","archived":false,"fork":false,"pushed_at":"2018-04-02T13:12:59.000Z","size":1829,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-19T11:09:26.015Z","etag":null,"topics":["educational-game","ruby","sudoku","team","univ-lemans","university-project"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/pchampio.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":"2017-01-06T14:17:17.000Z","updated_at":"2021-04-14T16:57:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e22078a-e511-4df2-9567-55fc79273509","html_url":"https://github.com/pchampio/Sudoku","commit_stats":{"total_commits":281,"total_committers":9,"mean_commits":31.22222222222222,"dds":0.5409252669039146,"last_synced_commit":"56920a1f4a3936a9e24d46d654f0baa0f679d84c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchampio%2FSudoku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchampio%2FSudoku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchampio%2FSudoku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchampio%2FSudoku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pchampio","download_url":"https://codeload.github.com/pchampio/Sudoku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246068270,"owners_count":20718501,"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":["educational-game","ruby","sudoku","team","univ-lemans","university-project"],"created_at":"2024-10-02T08:04:42.495Z","updated_at":"2025-03-28T16:43:31.475Z","avatar_url":"https://github.com/pchampio.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sudoku\n\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://codeclimate.com/github/Drakirus/Sudoku\"\u003e\u003cimg src=\"https://codeclimate.com/github/Drakirus/Sudoku/badges/gpa.svg\" alt=\"Code Climate\"\u003e\u003c/a\u003e\n\u003ca href=\"https://codeclimate.com/github/Drakirus/Sudoku\"\u003e\u003cimg src=\"https://codeclimate.com/github/Drakirus/Sudoku/badges/issue_count.svg\" alt=\"Issue Count\"\u003e\u003c/a\u003e\n\u003ca href=\"http://inch-ci.org/github/Drakirus/Sudoku\"\u003e\u003cimg src=\"http://inch-ci.org/github/Drakirus/Sudoku.svg?branch=master\" alt=\"Inline docs\"\u003e\u003c/a\u003e\n\u003ca href=\"https://codeclimate.com/github/Drakirus/Sudoku/coverage\"\u003e\u003cimg src=\"https://codeclimate.com/github/Drakirus/Sudoku/badges/coverage.svg\" alt=\"Test Coverage\"\u003e\u003c/a\u003e\n\u003ca href=\"https://travis-ci.org/Drakirus/Sudoku\"\u003e\u003cimg src=\"https://travis-ci.org/Drakirus/Sudoku.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nL3 SPI Réalisation d'une interface à \"aides visuelles\" à la résolution  d'un Sudoku \n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://raw.githubusercontent.com/Drakirus/Sudoku/master/screen.png\"\u003e\n    \u003cimg alt=\"ScreenShot~ prompt\" src=\"https://raw.githubusercontent.com/Drakirus/Sudoku/master/screen.png\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n### Recommandé: Rvm Installation\n```\ncurl -sSL https://rvm.io/mpapis.asc | gpg2 --import -\ncurl -L get.rvm.io | bash -s stable\nsource ~/.rvm/scripts/rvm\nrvm autolibs disable\nrvm requirements\nrvm install ruby-2.4.0\nrvm 2.4.0\n```\n\n### Installation  \n```\ngit clone https://github.com/Drakirus/Sudoku.git\ncd Sudoku\n# Utilisation de Rvm recommandé\ngem install bundler\nbundler install\n# or bundler install --path vendor/bundle\n```\n\n### Exécution\n`./Start.rb`\n\n### Tests unitaire\n* Utilisation du Framework [Minitest](https://github.com/seattlerb/minitest) \n  - [Documentation](http://docs.seattlerb.org/minitest/)\n  - [Exemple](https://github.com/Drakirus/Sudoku/blob/master/test/cell_test.rb)\n\n```\nbundler exec rake\ngoogle-chrome-stable ./coverage/index.html\n```\n\n### Documentation\n\n[Online-Doc](http://sudoku.drakirus.com/)  \n```\nrdoc\ngoogle-chrome-stable ./doc/index.html\n```\n## Gtk3-Doc\n\n[Doc_Gtk3](https://lazka.github.io/pgi-docs/Gtk-3.0/classes.html)  \n[gtk-demo](https://github.com/ruby-gnome2/ruby-gnome2/tree/master/gtk3/sample/gtk-demo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpchampio%2Fsudoku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpchampio%2Fsudoku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpchampio%2Fsudoku/lists"}