Comments

Log in with itch.io to leave a comment.

Google this

If you have an N5 Applications Maths Prelim tomorrow.

Notes Kinross High N5 life skills.pdf

It is excellent.

Fixing the resize problem was easy I just added this.

window.addEventListener('resize',

function() {

    canvas.width = innerWidth;

    canvas.height = innerHeight;

});

https://codepen.io/portree-maths-tutor/pen/bGozywa?editors=0010