Skip to content

kamilprusko/puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puzzle!

A jigsaw puzzle game intended for more demanding players :-)

Features

  • Piece snapping
  • You can connect wrong pieces together and detach with Right Mouse Button

Dependencies

Install

To install, run

./waf configure --prefix="/usr"
./waf build
sudo ./waf install --progress

You can change installation prefix by adding --prefix=... option to configure.

You can change destdir by adding --destdir=... option to install.

See ./waf --help for complete list of options.

Compiler selection

Note that if you are compiling on win32, WAF will look for MSVC (MicroSoft Visual C) by default and give up on finding a C/C++ compiler if not found. If you do not have MSVC installed but instead have MinGW or CygWin GCC, you have to tell WAF to look for GCC in the configure stage:

  1. waf configure --check-c-compiler=gcc --check-cxx-compiler=g++

About

A jigsaw puzzle game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published