Have you ever wanted to make a game in JavaScript starring your cat? This tech talk goes over some ideas for how you might make that happen using ES6, canvas, Webpack, and Netlify.
Audio • Audio in Javascript is ughghghhhhhh. • You have a couple options: The HTML5 tag and the Web Audio API. • The tag is simple to use, but nerfed on mobile. • So use Web Audio API. • https://developer.mozilla.org/en-US/docs/Web/API/ Web_Audio_API 24 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
Finishing Your Game • Our game isn't done! • We need tests! • We need menus! • We need to persist high scores! • We need a deploy/rollback strategy! • We need mobile and desktop apps! 31 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >