Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 363 Bytes

File metadata and controls

14 lines (10 loc) · 363 Bytes

paths

Paths is a free, open source, browser-based daily word puzzle game where you create a non-overlapping path through a grid of letters by spelling words. The goal is to achieve the highest score possible.

Development

To develop locally, you will need NVM installed, then run:

nvm use
npm install
npm start