summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-11-01Don't recreate EventQueue every frameArjun Satarkar
2024-10-31Avoid leaking the event queueArjun Satarkar
2024-10-31Don't hardcode background colour, use inheritArjun Satarkar
2024-10-31Make score decay fasterArjun Satarkar
2024-10-31Make scoring system more complicatedArjun Satarkar
Whether it is "better" is sort of a philosophical question, but this will do.
2024-10-31Add scoring systemArjun Satarkar
2024-10-31Add 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.)
2024-10-31Implement the physicsArjun Satarkar