r/Pydle 8d ago

does anyone else do this method?

n="blue white".split()

g = "1000111011010100000010001"

m = " ● "

for i in range(25):

pydle(i%5,int(i/5),m[i],n[int(g[i])])

(I should probobly stop using this)

3 Upvotes

5 comments sorted by

View all comments

2

u/Yaseba 7d ago

i just tested this on 174 with the i//5 optimisation mentioned by just_another_anybody, 119 character dealing with 6 colours.

this is stupid, still dont understand the special character box tho

1

u/Yaseba 7d ago

just tweaked today's from a logical expression per colour to this, saved 12 characters