Skip to content

Instantly share code, notes, and snippets.

@theDreamer911
Created April 10, 2021 06:25
Show Gist options
  • Save theDreamer911/efee071ce34edee267cdfbffc7db364e to your computer and use it in GitHub Desktop.
Save theDreamer911/efee071ce34edee267cdfbffc7db364e to your computer and use it in GitHub Desktop.
const getPositions = (s) => [~~s % 3, ~~(s / 3) % 3, ~~(s / 9) % 3];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment