
Install Kudoku
Kudoku is easily installable via many package managers or directly from source.
Download Kudoku
Download .zipFrom 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
- ncurses
- cairo (optional, for PDF/PNG output)
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:
- Fork the repository and create a new branch for your language (e.g., `es` for Spanish).
- Add the new language to `po/LINGUAS` and create a `.po` file.
- Translate the messages and validate your `.po` file.
- Push your branch and create a pull request.
Bugtracker
For bugs and issues, please check the GitHub issues page.