Wes Mantooth

Wed, 03/14/2018 - 19:15

Wes Mantooth is a game development framework. It's a hobby and a tool for learning to optimize vanilla Javascript. It's not intended for production use and I probably will never actually build a game with it. If I intended to build a web-based game I would likely use Unity. 

Currently Wes Mantooth is coded in Javascript ES5. I would convert it to ES6 except that Grunt does not currently natively support ES6. There is a transpiler available but, I will just stick to ES5 for now.