Devil Fish (video game)

Devil Fish is a maze arcade game released by Artic Electronics in 1982.[1] It was not ported to any home systems.

Devil Fish
Developer(s)Artic Electronics
Publisher(s)Artic Electronics
Platform(s)Arcade
ReleaseJune 1982
Genre(s)Maze
Mode(s)Single-player, 2 players alternating
CabinetUpright, cocktail
Arcade systemKonami Scramble
CPU2 × Z80 @ 3.072 MHz
Sound1 × Z80 @ 1.79 MHz
2 × AY-3-8910 @ 1.79 MHz
DisplayRaster, 224 x 256 (vertical), 98 colors

Gameplay

The player uses a four-position joystick to maneuver a dog through a maze and avoid several wandering squid. The maze is filled with gates of varying sizes that slow the player's movement while passing through them. The player must pick up fish as they appear, then press a button to drop them and lure the squid toward the gates. Tunnels allow the player to move from the left side to the right and vice versa; some tunnels are permanently open, while others have barriers that periodically open and close.

When a squid eats a fish, it increases in size. If a squid comes to a gate that is too small for it to fit through, it becomes stuck for a short time, during which the player can destroy it by running into it. Doing so causes a small cabin to appear near the center of the maze. The player must then touch this cabin, causing it to disappear and revealing a portion of a picture in the large center square. Once the entire picture is revealed, the player moves on to the next level. One life is lost if the dog touches a squid not caught in a gate.

gollark: f i b o n a c c i
gollark: Besides, this is slower.
gollark: I mean, this is a full program...
gollark: ```haskell#!/usr/bin/stack{- stack --resolver lts-12.13 --install-ghc runghc --package Hclip --package deepseq-}import Data.Charimport Control.DeepSeqimport System.Hclipevaluate x = x `deepseq` xmain = do input <- evaluate <$> getContents let text = concatMap toFib $ zip input [0..] setClipboard text putStr textfibs :: [Int]fibs = 0 : 1 : zipWith (+) fibs (tail fibs)toFib :: (Char, Int) -> StringtoFib (c, i) = replicate (fibs !! i) ' ' ++ [c, "\n"]```
gollark: *opened haskell*

References

  1. "Devil Fish". Arcade History. Retrieved 16 January 2014.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.