Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 643 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 643 Bytes

LieseMath

LieseMath is a simple game for practicing algebra. Play it now here.

Written with Fable and React.

##Hotkeys

Ctrl-R to reset

H to show/hide hints

##Attributions Sound effects courtesy of Jeff Rifkin and Mike Koenig under Creative Commons/Attribution 3.0 (via soundbible.com).

Running locally

Restore dependencies:

dotnet restore
npm i // or yarn install

Then, from inside the src directory, start the dev server:

dotnet fable yarn-start // or yarn-build to package for deployment