1.0.4 • Published 6 years ago

facta v1.0.4

Weekly downloads
1
License
Unlicense
Repository
github
Last release
6 years ago

facta

Sudoku-like Integer factoring game

running locally

git clone https://github.com/dosyago-corp/facta.git
cd facta
npm i
npm start

Then visit:

http://localhost:8080 in your browser to play.

play the online version

Go to facta.com

implementation notes

Note this is using the v-1.2-components-pinning branch of brutal.js for reasons practical (it may work to have that functionality) and testing / development (I'm actively testing / developing the v-1.2-components-pinning branch).