Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 478 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 478 Bytes

dial-a-pirate

A LÖVE implementation of the Dial-A-Pirate copy-protection wheel from the EGA version of The Secret of Monkey Island

Setup

Run the following to download the assets (two images):

cd assets
./download-assets.sh

Running

Run love . from the top-level directory, or follow the directions below to build a portable .love file to run anywhere LÖVE runs (e.g. Android, iOS)

Building a Portable .love File

Run ./build.sh