Hacker News new | ask | show | jobs
by k__ 1624 days ago
Are there any good learning resources on how to program to get around these "logic bugs"?

I had a runtime error with my first Bevy game too, because I forgot to add a resources to my app before I used it.