facta

Sudoku-like integer factoring game

Usage no npm install needed!

<script type="module">
  import facta from 'https://cdn.skypack.dev/facta';
</script>

README

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).