diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-23 14:54:54 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-23 14:54:54 +0800 |
commit | c2e74197370ec535f55692a758b88201778108be (patch) | |
tree | b805226fe311cb4b5459a78b3f025b141bd5af85 /games/Makefile | |
parent | 34825745118272b4f5dd8c13d5139d3693dae954 (diff) | |
download | freebsd-ports-gnome-c2e74197370ec535f55692a758b88201778108be.tar.gz freebsd-ports-gnome-c2e74197370ec535f55692a758b88201778108be.tar.zst freebsd-ports-gnome-c2e74197370ec535f55692a758b88201778108be.zip |
[NEW PORT] games/quantumminigolf: A computer game visualizing quantum mechanics
The game quantum minigolf is nearly the same as the game minigolf
- except that the ball obeys the laws of quantum mechanics.
Such a ball can be at several places at once. It can diffract around
obstacles and interfere with itself. Apart from that, the rules are
the same: You can play on various tracks involving various obstacles.
You hit the ball with a club and try to kick it into a hole on the
other side of the track.
WWW: http://quantumminigolf.sourceforge.net
PR: ports/116501
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.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 48dee0b42639..126e4ef9dabd 100644 --- a/games/Makefile +++ b/games/Makefile @@ -654,6 +654,7 @@ SUBDIR += quake3 SUBDIR += quake3-data SUBDIR += quakeforge + SUBDIR += quantumminigolf SUBDIR += quaqut SUBDIR += qudos SUBDIR += quetoo |