You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ben Burlingham bbb7b33890 Prod bundle build. 9 years ago
actions High score mechanism complete. 9 years ago
components Updating dynamic high score in-game. 9 years ago
controllers Minor style and behavior upates. 9 years ago
models Updating dynamic high score in-game. 9 years ago
raw Image editing complete. 9 years ago
reducers High score mechanism complete. 9 years ago
res Emulogic font added. 9 years ago
sass Emulogic font added. 9 years ago
.gitignore Folder structure finalized in light of redux rework. 9 years ago
41d3f937fcc8c32e9e4dd645299d2d07.woff Prod bundle build. 9 years ago
App.js High score mechanism complete. 9 years ago
AppSettings.js Starting high scores. Initials picker finished. 9 years ago
a4cec82f233d2e037bfc9261110ae0f1.woff2 Prod bundle build. 9 years ago
bundle.js Minor style and behavior upates. 9 years ago
index.html Minor style and behavior upates. 9 years ago
index.js High score mechanism complete. 9 years ago
package.json Image editing complete. 9 years ago
react-0.14.7.js Minor debugs and production prep. 9 years ago
react-dom-0.14.7.js Minor debugs and production prep. 9 years ago
readme.md Starting split of high score entry screen and welcome screen. 9 years ago
server.js Minor debugs and production prep. 9 years ago
style.css Prod bundle build. 9 years ago
webpack.config.js Emulogic font added. 9 years ago

readme.md

Number Munchers

A rebuild of the classic MECC math game using client-side React.

Development

Number Munchers uses Webpack for live reloading and ES6 transpilation.

Run npm install to install the required Node packages.

Run npm run dev in the project root to start the webpack dev server.

Run npm run prod in the project root to assemble prod bundles.

Navigate to http://localhost:8080/.