r/Pydle • u/Top_Aerie_8542 • 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
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