This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
ITR
itr.bsky.social
did:plc:um6zvkafwpgvrujyh4v2g6h4
Small #gamedev trick, let's say you have an effect happening over 10 ticks, and each tick it has some chance of doing something.
Instead of trying to balance the chance of it happening every tick, define the chance of it happening at least once over 10 ticks and instead calculate the former.
2025-02-06T14:44:09.855Z