The full prompt text is:
Do some code golf! How little code can you write to make something interesting? Share the sketch and its code together if you can.
I pushed myself to make something small, but without taking a lot of time to make it smaller than my first working version. I started with a version that just printed a string to the console:
which outputs this:
🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲 🏌 ⛳ 🌳🌳🌳🌳🌳🌳🌳 🌴🌴
(depending on how good your Unicode support is)
I then extended that to output a PNG:
Which takes the previous code's output and renders it to a PNG using PIL and a Unicode font. Not minimal, but relatively tight.
Tools Used: um, Unicode?
Languages Used: Python3
Development Time: ~90 minutes
What's Generative Here: I place 3 different forests of size and position specified by a random number generator. I then place the golfer and hole at random places.
No comments:
Post a Comment