|
|
|
|
|
by Tobold
3604 days ago
|
|
Very interesting! I remember trying your game a few months back, but I didn't have the time to really get into it. I was thinking about making a game in Löve for a while now, but I have never done any automated testing with it. Is there a good tutorial for that? Or do you feel like writing one? ;) |
|
I wrote a bit about testing on my blog, but it's more about the architecture of how the user-input system meshes with the internal reprogrammability. There's a bit about fuzz testing though: https://technomancy.us/180
Maybe I'll follow it up with a more detailed post specifically about automated testing in Löve since it seems to be not well-understood.