From a1ec197aad15c06c5c1c1478bfff8094068e57d1 Mon Sep 17 00:00:00 2001 From: nemysis Date: Wed, 25 Jun 2014 13:48:58 +0000 Subject: 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). --- games/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games/Makefile') 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 -- cgit