diff options
author | nia <nia@pkgsrc.org> | 2021-12-30 00:26:20 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-12-30 00:26:20 +0000 |
commit | 0bec37a2a6105fa8d8e8daecb158411c96a8ff48 (patch) | |
tree | 23ce156a7860b3d5a14e6c130a5a1833d1310425 /games/Makefile | |
parent | d287f49c91624f2d994695d966422fb67ef6a28d (diff) | |
download | pkgsrc-0bec37a2a6105fa8d8e8daecb158411c96a8ff48.tar.gz |
games: add 3dpong
3D Pong is a one- or two-player, three dimensional sports game, based on
the first arcade game ever made, "Pong" from Atari. Each player controls
their "paddle" with the mouse, and tries to score by bouncing a ball into
the other player's goal (just behind the paddle).
3D Pong is a vector-based graphics X-Window game for Unix.
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 779935a0c24..af6380032ca 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.509 2021/12/29 23:56:01 nia Exp $ +# $NetBSD: Makefile,v 1.510 2021/12/30 00:26:20 nia Exp $ # COMMENT= Games SUBDIR+= 0verkill SUBDIR+= 2048-cli +SUBDIR+= 3dpong SUBDIR+= 4stAttack SUBDIR+= 7kaa SUBDIR+= 7kaa-music |