SNES-like engine in JavaScript.
Go to file
2019-10-30 10:28:04 -04:00
scripts use witch sprites by default, elide others 2019-10-29 14:57:48 -04:00
.gitignore add bundle/ to gitignore 2019-10-03 15:41:59 -04:00
index.html add water and trees 2019-10-30 10:28:04 -04:00
LICENSE Initial commit 2019-09-24 14:54:17 -04:00
main.js add water and trees 2019-10-30 10:28:04 -04:00
README.md tighten up cookbook entry 2019-10-04 11:18:12 -04:00

snej

SNES-like engine in JavaScript

cookbook

  • set up environment in bashrc:

    export SNEJ_ROOT=~/snej
    
  • lint:

    $SNEJ_ROOT/scripts/lint.sh
    
  • deploy locally:

    rm -rf ~/deploy/* && $SNEJ_ROOT/scripts/deploy.sh ~/deploy/
    
  • deploy to famicol.in:

    ssh famicol.in rm -rf 'famicolin/snej/*' && \
        $SNEJ_ROOT/scripts/deploy.sh famicol.in:famicolin/snej
    
  • annotate sprites:

    python3 $SNEJ_ROOT/scripts/assets.py annotate-sprites
    
  • stitch sprites:

    python3 $SNEJ_ROOT/scripts/assets.py \
        stitch-sprites $SNEJ_ROOT/bundle/spritesheet