Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 765 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 765 Bytes

Finns Zahlenabenteuer

This is a little game for a university assignment at FAU.

It shall enable preschoolers (age 4-6) playfully to become accustomed to the basic range of numbers from zero to ten.

Installation

If you just want to play the game go to https://andreasmischke.github.io/finn/ or check out the repository and head your browser to the /docs/index.html.

Development

  • Install (if you don't have them):
    • Node.js
    • Brunch: npm install -g brunch
    • Brunch plugins and app dependencies: npm install
  • Run:
    • brunch watch --server — watches the project with continuous rebuild.
    • brunch build --production — builds minified project for production