summaryrefslogtreecommitdiff
path: root/src/index.js
AgeCommit message (Collapse)Author
7 daysDon't hardcode background colour, use inheritArjun Satarkar
7 daysMake score decay fasterArjun Satarkar
7 daysMake scoring system more complicatedArjun Satarkar
Whether it is "better" is sort of a philosophical question, but this will do.
7 daysAdd scoring systemArjun Satarkar
7 daysAdd image support, page title; fix sleep issueArjun Satarkar
Passing the ?image query param will use that as the background-image for the throwable div. I also had to add a `true` to the applyImpulse call to stop the ball from going unresponsive (this is because it can go to "sleep", the extra parameter ensures it's woken up.)
7 daysImplement the physicsArjun Satarkar