COTD: New genre; It's pointless numbers? (8)

another one i made as a beginner cryptic clue setter. probably not that good still but it is what it is.

reddit.com
u/solntsesvobodny1 — 8 days ago

Is this Java solution to LeetCode problem 693. Binary number with alternating bits normal??

i am just a beginner programmer, is this ok?

class Solution {

public boolean hasAlternatingBits(int n) {

double i = 1;

while (i < n) {

i *= 2;

if (i % 4 == 0) {

i++;

}

}

return (int) i == n && n != 2147483647;

}

}

reddit.com
u/solntsesvobodny1 — 14 days ago

All-floored ToAF!! :D

now idk whether to do ToAF or ToTJ as first rem ;–;

also can i say f7 of ToAF is AWFUL (took me 15 minutes to complete, the rest took less than 7 minutes)

u/solntsesvobodny1 — 3 months ago

tried naming all towers in the game

some of these might be wrong idk, can someone see which ones i accidentally got wrong, also i didnt name every single one cause its just off my memory

u/solntsesvobodny1 — 3 months ago

yayy!!! ggs :D (also z8 unlocked)

somehow only failed f10 once. on the inside part of f10.

personal floor difficulties:

f1: mid hard

f2: high hard

f3: low difficult

f4: mid difficult

f5-6: high-peak difficult

f7: mid difficult

f8: bottom challenging

f9: mid difficult

f10: mid-high challenging

overall personal difficulty: peak difficult/bottom challenging

u/solntsesvobodny1 — 3 months ago

ToSTS is fun

i totally didnt fall at f10 and caused 25 minutes of progress gone (also i thought the inside part of f10 is netted. is it not???) (also yes i only get 30 fps in this tower)

u/solntsesvobodny1 — 3 months ago