aboutsummaryrefslogtreecommitdiff
path: root/games/ensemblist
Commit message (Collapse)AuthorAgeFilesLines
* Unconditionally install the manual page.Jean-Yves Lefort2005-09-091-1/+2
| | | | Notes: svn path=/head/; revision=142254
* Add ensemblist.Jean-Yves Lefort2005-09-094-0/+90
Ensemblist is a unique reflexion game created for the video game coding compo held in March 2003 in Paris. In this game, you have to put together several simple geometric primitives to build a given shape. For this, you can move, rotate and compose the primitives with the boolean operators union, intersection and minus. This is building what is called a C.S.G, for Constructive Solid Geometry. WWW: http://www.nongnu.org/ensemblist/index_en.html PR: ports/85805 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> Notes: svn path=/head/; revision=142252