rafael-rosseto / DarkPuzzles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DarkPuzzles

Fork of Simon Tatham's puzzle collection, with dark themes for GTK+ for those who love puzzles and also love their eyesight.

Mines screenshot


Compiling

To compile the project run the following commands, cmake required.
mkdir build && cd build
cmake ..
make
At this point you can run the binaries in the build directory, if you wish to install the puzzle collection in your system run sudo make install. To uninstall run sudo xargs rm < install_manifest.txt from the build directory.


dark.h

The color library, based on CSS built-in extended colors.


Dark-Ready Puzzles:

  • Inertia
  • Mines
  • Net

About

License:Other


Languages

Language:C 94.3%Language:Objective-C 1.1%Language:JavaScript 1.1%Language:CMake 0.9%Language:Perl 0.9%Language:Java 0.6%Language:HTML 0.6%Language:Shell 0.3%Language:GAP 0.1%Language:Python 0.1%Language:CSS 0.0%