MarvellousSoft / MarvInc

Zachlike with an immersive storyline told through emails.
https://marvellous.itch.io/marvellous-inc
GNU General Public License v3.0
54 stars 7 forks source link

Custom category on puzzle list tab #247

Closed rilifon closed 6 years ago

rilifon commented 6 years ago

This implements a "Custom" category on the puzzle list tab, that reads any puzzles in a "custom" folder on the save directory. Also each user now has a custom_puzzles folder to store code and renames for the custom puzzles.

Difference between custom and regular puzzles: Instead of a first_completed or already_completed methods, you have a single completed method that is called every time the puzzle is completed.

This closes #234