{"id":27624270,"url":"https://github.com/jtpeller/sudoku","last_synced_at":"2026-04-12T12:46:55.729Z","repository":{"id":289179785,"uuid":"969835437","full_name":"jtpeller/sudoku","owner":"jtpeller","description":"Cross-platform Sudoku Game written using Flutter!","archived":false,"fork":false,"pushed_at":"2025-04-21T23:51:39.000Z","size":283,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T00:29:15.913Z","etag":null,"topics":["cmake","cpp","dart","flutter","html","sudoku","sudoku-game","swift"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jtpeller.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,"zenodo":null}},"created_at":"2025-04-21T02:33:29.000Z","updated_at":"2025-04-21T23:51:42.000Z","dependencies_parsed_at":"2025-04-22T00:39:24.934Z","dependency_job_id":null,"html_url":"https://github.com/jtpeller/sudoku","commit_stats":null,"previous_names":["jtpeller/sudoku"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtpeller%2Fsudoku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtpeller%2Fsudoku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtpeller%2Fsudoku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtpeller%2Fsudoku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jtpeller","download_url":"https://codeload.github.com/jtpeller/sudoku/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250423778,"owners_count":21428232,"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":["cmake","cpp","dart","flutter","html","sudoku","sudoku-game","swift"],"created_at":"2025-04-23T11:27:01.004Z","updated_at":"2026-04-12T12:46:55.722Z","avatar_url":"https://github.com/jtpeller.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sudoku\n\nCross-platform Sudoku game written using the Flutter framework.\n\nMy aim with this is to learn Flutter for cross-platform development.\n\n## Table of Contents\n\n- [sudoku](#sudoku)\n  - [Table of Contents](#table-of-contents)\n  - [Purpose](#purpose)\n  - [Design](#design)\n  - [Installation](#installation)\n\n## Purpose\n\nThis is a project I've wanted to do for a while: make a cross-platform game.\n\nThe ultimate goal is to supersede my [very old and not-so-great attempt](https://www.github.com/jtpeller/SudokuJava) at a Sudoku game, plus it has the added benefit of being available on many other platforms.\n\n## Design\n\nThis Sudoku game features:\n\n- Splash screen\n- Main Menu, with title and customized buttons\n- Game page, which has the Sudoku grid and related buttons / etc.\n- Options submenu, with options that influence appearance and the game.\n- Candidate and normal modes\n- Auto-candidate mode, which fills in valid candidates for you.\n\nThe game itself aims to implement:\n\n- Super-auto-candidate mode. This is like auto-candidate mode, except it goes an extra-step to eliminate further (say, highlighting numbers that can clearly be a different value, eliminate numbers since it can only be a certain row/column in another box, etc.)\n- Timer\n- Stats?\n- Achievements for Android and iOS?\n\n## Installation\n\n\u003e [!IMPORTANT]\n\u003e Currently, I have only tested with the Web build and the Windows build.\n\u003e Also, don't just build my software and then publish it on another platform / store -- see LICENSE.\n\nThe following build instructions are to be used per platform:\n\n- Linux (untested)\n\n  ```sh\n  flutter build linux --release\n  ```\n\n- Windows (tested)\n\n    ```sh\n    flutter build windows --release\n    ```\n\n- macOS (untested)\n\n    ```sh\n    flutter build macos --release\n    ```\n\n- Web (tested, tweaked for GitHub Pages deployment)\n\n    ```sh\n    flutter build web --base-href \"/sudoku/\" --release\n    ```\n\n- Android (tested, working in Android Studio)\n\n    ```sh\n    flutter build apk --release\n    # OR, for app store bundle\n    flutter build appbundle --release\n    ```\n\n- iOS (untested)\n\n    ```sh\n    flutter build ipa --release\n    # TODO: probably need something with \"export options\"\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtpeller%2Fsudoku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjtpeller%2Fsudoku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtpeller%2Fsudoku/lists"}