/unitConversionGame

Little game prompting to convert from one metric unit to another

Primary LanguageJavaScriptEclipse Public License 1.0EPL-1.0

unitConversionGame

Little game prompting to convert from one metric unit to another

I just started using Electron and was looking for a little app to try out. This is a little game written in JS and HTML and run with Electron.

To try it, clone the repo then:

 cd unitConversionGame
 npm install
 npm start