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 568af65c07 Starting Troggle AI. 9 years ago
actions Starting Troggle AI. 9 years ago
components Starting Troggle AI. 9 years ago
raw Welcome screen built. 10 years ago
reducers Starting Troggle AI. 9 years ago
res Welcome screen built. 10 years ago
sass Starting Troggle AI. 9 years ago
.gitignore Folder structure finalized in light of redux rework. 9 years ago
App.js Starting Troggle AI. 9 years ago
bundle.js Initial commit: basic movement, values, config. 10 years ago
index.html Welcome screen built. 10 years ago
index.js Starting Troggle AI. 9 years ago
package.json Folder structure finalized in light of redux rework. 9 years ago
readme.md Re-architecting to implement redux. 9 years ago
webpack.config.js Folder structure finalized in light of redux rework. 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.

Navigate to http://localhost:8080/.