UNPKG

facta

Version:

Sudoku-like integer factoring game

27 lines (15 loc) 539 B
# 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](https://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).