I'm never clear if this Ask HN is for posting about what you're messing with or for promoting organized projects that chase github stars or are commercial.

But anyway, I've started to learn Go. By doing a vertical scrolling shooter with embiten. Kinda like fitting a square peg into a round hole. No, it's not public and will probably never be.

Studying how do do a memory pool for actors, since it doesn't look like garbage collection and hundreds of short lived bullet objects will mix well.