Skip to content

Hexadoku is a a sudoku game where you can choose to play 9x9 or 16x16 grid

License

Notifications You must be signed in to change notification settings

thomoncik/hexadoku

Repository files navigation

Hexadoku

Building on Linux and macOS

Prerequisites

You will need cmake, conan & compiler of your choice installed.

Building

$ git clone https://github.com/thomoncik/hexadoku.git
$ mkdir hexadoku/build
$ cd hexadoku/build
$ conan install ..
$ cmake ..
$ make install

If everything goes well you can type hexadoku in terminal and enjoy.

{% hint style="info" %} Try adding following line to your .bashrc or .bash_profile if you get error opening terminal. export TERMINFO=$(infocmp -0qQ1) {% endhint %}

Building on Windows

The best way you can build hexadoku on Windows is to use Windows Subsystem for Linux. Other option is to use cygwin or build it natively (not recommended). If you still want to do it you can build it the same way as on Linux or macOS. Just make sure you have cmake, conan and c++ compiler installed.

About

Hexadoku is a a sudoku game where you can choose to play 9x9 or 16x16 grid

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published