# mayerui/sudoku

C++实现的跨平台数独游戏，命令行操作易上手，可以在开发间隙用来放松身心。数百行代码，初学者也可以轻松掌握。

Repository: https://github.com/mayerui/sudoku
Canonical: https://ross.abutalabs.com/products/sudoku
Language: C++
License: GPL-3.0
License Family: copyleft
Topics: sudoku, linux, windows, cpp, game, macos
Last push: 2026-04-22T07:45:42+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 78, release rhythm 35, longevity 100
- inputs: {"age_days": 2922, "days_push": 133, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1421, forks 298 (observed 2026-08-28T04:04:40.615403+00:00)

## What it is
A cross-platform command-line Sudoku game written in C++ with no third-party dependencies. It is a small, beginner-friendly codebase (a few hundred lines) intended for casual play and learning.

## Use cases
- play sudoku in the terminal
- take a break from coding with a quick puzzle game
- learn C++ by reading a small game codebase
- run a lightweight sudoku game on linux, windows, or macos
- play sudoku with vim keybindings
- save and resume a sudoku game from a file

## When to choose
- you want a lightweight, dependency-free terminal sudoku game
- you are a C++ beginner looking for readable example code
- you want a cross-platform console game with vim and WASD controls

## When to avoid
- you want a graphical sudoku game
- you need advanced features like hints, generators with difficulty levels, or online play
- you need a mobile or web version

## Facets
- artifact type: application
- maturity: active
- function: game, cli, terminal-ui
- domain: gaming-tools, cross-platform
- platform: windows, cli, cpp, cross-platform
- tags: sudoku, puzzle-game, beginner-friendly, vim-keybindings, cmake, no-dependencies, command-line, linux, macos

## Member repositories
- mayerui/sudoku (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:40.615403+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:37:46.533637+00:00, confidence not recorded.
  - readme: https://github.com/mayerui/sudoku (fetched 2026-08-28T04:04:40.615403+00:00, sha df2eb7d2dc48)
- Data as of 2026-08-30T08:39:29.467469+00:00.
