I recently played "the farmer was replaced", unlike most coding sims the "levels" overlapped so I made a "map" function and made fairly short solution for all its puzzles. So your solving several problems at once and you probably reuse some code (however the game doesnt have a low line count leaderboard, and it python, and its poorly balanced etc)
So its been on my mind that you can make coding challenges that reuse code. so basic framework for making such a thing:
- have 18 puzzles, probably on the easier side of code golf
- the statement "import mylib" is free, and the score of mylib is heavily discounted
- ban "import std.algorthims" so people write their own generic libs
- ???
- d's community lib dev, gooder