An in-browser ASCII sketch program. This is a small hobby project to help prototype rogue-like visuals for other hobby projects. Maybe someday it will be something bigger. Inspired by REXPaint and a desire to play with the latest JavaScript tooling.
A working version of Letter Sketch can be found at https://drmonkeysee.github.io/letter-sketch/.
The following scripts are defined for building and running letter-sketch:
npm install
: install node module dependenciesnpm start
: build and run letter-sketch locallynpm test
: run the unit testsnpm run clean
: clean the local build cachenpm run scrub
: clean the build cache and remove all installed node modulesnpm run build
: build a production version of letter-sketchnpm run web-publish
: build and publish a production build of letter-sketch to github pages