/nbit

A fun-to-use Javascript library for making (n)bit style games on the canvas element!

Primary LanguageJavaScriptISC LicenseISC

nbit

A Javascript library for making retro-looking, (n)bit style games on the canvas!

nbit allows you to create retro 8, 16, however-many-bit style games quickly and easily. Just feed a 2D array or point cloud into nbit's engine and you have a procedural, pixellated graphics asset for your game!

test nbit's source

err... Coming soon

npm run-script test

muck around with nbit in the playground

Want to play with nbit? No? Get out. Otherwise, cd into pages/playground, kick off the watch, and have at 'er in main.js. Now with sourcemaps!

npm run-script watch-pg