-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
I'd like to rewrite BlockDodge in a language that can compile into JavaScript because it can be run in the browser or packaged into a native application.
JavaScript is best, but I don't like how it's dynamically typed.
ECMAScript 6 is statically typed, but not supported in all browsers (and therefore, if I packed it up into a native application, it still wouldn't work, since it would use the platform's WebView).