From f68c10bd9a53976ef7e42e99755f4d5f5b7f8f0b Mon Sep 17 00:00:00 2001 From: Rusmir Dusko Date: Thu, 28 Nov 2013 19:05:58 +0000 Subject: Fight or Perish (FOP) is a dungeon-crawling game based on Jack Pavelich's Atari 8-bit computer game "Dandy", which was in turn the influence for Atari Games arcade game "Gauntlet". Wikipedia "Gauntlet (1985 video game)" FOP uses concepts from both games, providing one- to four-player action in dungeons filled with creeping enemies. Collect and use bombs to wipe out screenfuls of enemies, keys to unlock doors, and gather food and treasure along the way to stay alive. Choose from four characters, each with different abilities and weaknesses. (The one with the strongest weapon also has the weakest health, the fastest one cannot shoot diagonally, etc.) WWW: http://www.newbreedsoftware.com/fop/ PR: ports/170887 Submitted by: nemysis (self) Approved by: pawel (mentor) --- games/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games/Makefile') diff --git a/games/Makefile b/games/Makefile index 1fd5d55c42ca..880cf5d0cd89 100644 --- a/games/Makefile +++ b/games/Makefile @@ -250,6 +250,7 @@ SUBDIR += fbg2 SUBDIR += fgkicker SUBDIR += fgrun + SUBDIR += fightorperish SUBDIR += fillets-ng SUBDIR += filters SUBDIR += fishsupper -- cgit v1.2.3