Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 843 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 843 Bytes

Logic Pad

A modern web app to create custom Logic Grid puzzles from Islands of Insight.

This is intended as an unofficial companion to Islands of Insight, allowing you to create and play custom puzzles. It is not a replacement of the full game. You are strongly recommended to discover the grid rules in-game before using Logic Pad.

Developing Logic Pad

Bun >=v1.1.0 is required for this project.

# 1. Clone this repository
git clone https://github.com/hlysine/logic-pad.git

# 2. Restore dependencies
cd logic-pad
bun install

# 3. Run the dev server
bun dev

# You can now develop with hot module reload

Several files in this project are automatically generated. If you have modified anything in package/logic-core, you should regenerate those files with bun build in the logic-core subpackage.