diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-25 11:39:30 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-25 11:39:30 +0800 |
commit | 529b5a1099a012708eee1967c96668dd09e16834 (patch) | |
tree | 7b89a6f06594909e6e73defffa65125c83e5c529 /games/Makefile | |
parent | 92b22dad641a66c1b5db8c1e696b801d720a48b4 (diff) | |
download | freebsd-ports-gnome-529b5a1099a012708eee1967c96668dd09e16834.tar.gz freebsd-ports-gnome-529b5a1099a012708eee1967c96668dd09e16834.tar.zst freebsd-ports-gnome-529b5a1099a012708eee1967c96668dd09e16834.zip |
New port: games/construo A fun construction toy
Construo is a simple 2D construction programm (it is currently
not a real game) for objects which consist of rods and
springs and let them react on physical forces. You can
currently construct buildings and objects like bridges,
towers, spaceshuttles, etc. and you let them fall to ground
and see seem smash and break. Sound like fun, doesn't it
=;-) The game is similar to Bridge Builder and heavily
inspired from the Gamasutra article Collision Response:
Bouncy, Trouncy, Fun. Its covered under the GNU General
Public License, thats means source code is availabel and
you are allowed to modify it.
WWW: http://www.nongnu.org/construo/
PR: ports/89517
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index b0584dc49d75..a90c1b17b6a8 100644 --- a/games/Makefile +++ b/games/Makefile @@ -95,6 +95,7 @@ SUBDIR += connect4 SUBDIR += connectfive SUBDIR += conquest + SUBDIR += construo SUBDIR += corewars SUBDIR += cosmo SUBDIR += cowsay |