SNES-like engine in JavaScript.
Go to file
Colin McMillen 02c1907d26 add SnesInput class to represent controller input
separate input handling (from keyboard and gamepad) from the results
thereof
2019-09-25 16:10:03 -04:00
index.html create a CharacterSprite class 2019-09-25 15:06:27 -04:00
LICENSE Initial commit 2019-09-24 14:54:17 -04:00
main.js add SnesInput class to represent controller input 2019-09-25 16:10:03 -04:00
README.md Initial commit 2019-09-24 14:54:17 -04:00

snej

SNES-like engine in JavaScript