diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-06-25 21:48:58 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-06-25 21:48:58 +0800 |
commit | a1ec197aad15c06c5c1c1478bfff8094068e57d1 (patch) | |
tree | 0c323a657290dbc3a6ae74bf4b6ac446bfd50e67 /games/Makefile | |
parent | 5c3a580a873eeb4f8e25cec21d3589d9f2bde447 (diff) | |
download | freebsd-ports-gnome-a1ec197aad15c06c5c1c1478bfff8094068e57d1.tar.gz freebsd-ports-gnome-a1ec197aad15c06c5c1c1478bfff8094068e57d1.tar.zst freebsd-ports-gnome-a1ec197aad15c06c5c1c1478bfff8094068e57d1.zip |
3omns is an old-school arcade-style tile-based bomb-dropping deathmatch game.
The name is a bastardization of the word Bombs
(and you should pronounce it however you want).
WWW: https://github.com/chazomaticus/3omns
3omns is the successor of Bomns3 (games/bomns3).
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 1d7cc58e1c02..9714a835029c 100644 --- a/games/Makefile +++ b/games/Makefile @@ -7,6 +7,7 @@ SUBDIR += 0verkill SUBDIR += 3dc SUBDIR += 3dpong + SUBDIR += 3omns SUBDIR += 4stattack SUBDIR += 54321 SUBDIR += CaribbeanStud |