Welcome to Kudoku!

A fun and interactive Sudoku game

Kudoku Game

Install Kudoku

Kudoku is easily installable via many package managers or directly from source.

Download Kudoku

Download .zip

From Package Manager

Install Kudoku using your package manager. If you're on Linux, you can install it via `apt`, `pacman`, etc.

From Source

Get the latest `.tar.xz` release and extract it. Then run:

./configure
make
./src/kudoku
        

Dependencies

Usage

To play the game interactively, simply run `kudoku`.

To generate puzzles, use commands like:

kudoku -p riddle.pdf -n 8 -d hard
kudoku -i sudoku.png -d easy
      

Internationalization (I18n)

Set the `LANGUAGE` variable to change the language:

export LANGUAGE=lang
      

See the list of supported languages in the `po/LINGUAS` file.

Contributing

If you would like to add or update translations, follow these steps:

  1. Fork the repository and create a new branch for your language (e.g., `es` for Spanish).
  2. Add the new language to `po/LINGUAS` and create a `.po` file.
  3. Translate the messages and validate your `.po` file.
  4. Push your branch and create a pull request.

Bugtracker

For bugs and issues, please check the GitHub issues page.