zenyd
zenyd
The game has no main menu for now. It needs to be implemented (see #10). No music is normal I think, but you should at least hear some sound effects,...
I haven't tested these scenarios, but noticed that the player is saving state so it can resume where left of? Is this right? If this is enabled by default maybe...
It depends how you want it configured i.e. Move or Delete files. It should work without any configuration if you simply want it to delete files. What issues do you...
I can't reproduce this. On windows at least there is output in the terminal and after quitting the player the files get removed.
Can you try the following? replace the line `os.remove(v)` with `os.execute(string.format('del "%s"', v))`. Does it now delete these files?