SNES-like engine in JavaScript.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
590 B

5 years ago
5 years ago
  1. # snej
  2. SNES-like engine in JavaScript
  3. ## cookbook
  4. * set up environment in bashrc:
  5. export SNEJ_ROOT=~/snej
  6. * lint:
  7. $SNEJ_ROOT/scripts/lint.sh
  8. * deploy locally:
  9. rm -rf ~/deploy/* && $SNEJ_ROOT/scripts/deploy.sh ~/deploy/
  10. * deploy to famicol.in:
  11. ssh famicol.in rm -rf 'famicolin/snej/*' && \
  12. $SNEJ_ROOT/scripts/deploy.sh famicol.in:famicolin/snej
  13. * annotate sprites:
  14. python3 $SNEJ_ROOT/scripts/assets.py annotate-sprites
  15. * stitch sprites:
  16. python3 $SNEJ_ROOT/scripts/assets.py \
  17. stitch-sprites $SNEJ_ROOT/bundle/spritesheet