Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 983 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 983 Bytes

PipeDream

A la Pipe Dream (Pipe Mania) puzzle game.

PipeDream Gameplay

Live demo: https://tests.arfeo.net/pipedream/

Rules

Using a variety of pipe pieces presented randomly in a queue, the player must construct a path from the start piece for the onrushing sewer slime, or "flooz", which begins flowing after a time delay from the start of the round. Pieces may not be rotated; they must be placed as presented in the queue. The player can replace a previously laid piece by clicking on it, as long as the flooz has not yet reached it; however, doing so causes a short time delay before the next piece can be laid. The flooz is required to pass through a given number of pipe pieces.

Installation

Clone the project:

$ git clone https://github.com/arfeo/PipeDream.git && cd PipeDream

Run:

$ yarn
$ yarn start

Build:

$ yarn build