SNES-like engine in JavaScript.
Go to file
2019-10-04 09:40:05 -04:00
scripts rename deploy_local.sh -> deploy.sh 2019-10-04 09:30:21 -04:00
.gitignore add bundle/ to gitignore 2019-10-03 15:41:59 -04:00
index.html use spritesheet & metadata from bundle/ instead of hard-coding a few 2019-10-03 16:42:21 -04:00
LICENSE Initial commit 2019-09-24 14:54:17 -04:00
main.js use spritesheet & metadata from bundle/ instead of hard-coding a few 2019-10-03 16:42:21 -04:00
README.md add cookbook for some shell-y things 2019-10-04 09:40:05 -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 mcmillen@famicol.in rm -rf 'famicolin/snej/*' && \
        $SNEJ_ROOT/scripts/deploy.sh mcmillen@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