EDIT: ignore the first part of this comment, you do indeed have to download the game to run it. The given command only works if you are inside the game folder itself.
For anyone trying to play, I think running this from the terminal is probably the fastest way to go (no executables bundled in the zip, or if you are on linux):
go run github.com/matthewsedlacek/reverse_gravity@68ce9a0
There's one funny part of the game that I don't want to spoil...
We had similar small games in the previous jam, and again, it's nice to have these as an example of how to write a little game in less than 300 lines and, pretty much, a single code file. I checked the repo and saw there were extra graphical assets and removed audio files among that, so extra points for trying, even if you didn't manage to get it all in in the end.
As a small comment, notice that ebiten/v2/text can be used instead of having to roll your own text width computations. Or you may also consider tinne26/etxt.
Anyway, hope you enjoyed making this game and are encouraged to try bigger projects in the future!