Skip to content

shgalus/tangram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tangram

This is a JavaScript implementation of the Tangram puzzle.

The directory extern contains jQuery library, jQuery UI library and Konva library. There is a shell script unpack.sh there to unpack the libraries to a given directory.

The directory src contains source files. To start, say make libs and open tangram.html in a browser. To make a distribution in bin directory, say make rel.

The directory doc contains an auxiliary latex file.

A working copy can be found here.