Hilos
United Statessniper3d1072 years ago

So there's this software called ninjabrain bot that calculates the location of the stronghold, and you can use blind travel to go closer, and I made code for it, but can I use it in a speedrun? If there is a "blind travel" option in ninjabrain, how do you turn it on? Here is the code (in Python): https://hastebin.com/share/aqojejivac.python def check_proximity(coord_pairs, target): closest_distance = float('inf') closest_coord = None

for coord in coord_pairs:
    distance = abs(coord[0] - target[0]) + abs(coord[1] - target[1])
    if distance < closest_distance:
        closest_distance = distance
        closest_coord = coord

return closest_coord, closest_distance

variants = [ (0, 220), (50, 210), (75, 200), (100, 190), (125, 175), (155, 155), (0, -220), (50, -210), (75, -200), (100, -190), (125, -175), (155, -155), (-0, 220), (-50, 210), (-75, 200), (-100, 190), (-125, 175), (-155, 155), (-0, -220), (-50, -210), (-75, -200), (-100, -190), (-125, -175), (-155, -155) ]

x_coordinate = int(input("Enter the X coordinate: ")) z_coordinate = int(input("Enter the Z coordinate: ")) target_coord = (x_coordinate, z_coordinate)

closest_coord, closest_distance = check_proximity(variants, target_coord) print("Closest Coordinate:", closest_coord) print("Distance:", closest_distance)

United Statessniper3d1072 years ago

I can't find anywhere in the rules that music is either permitted or prohibited, so I'm checking to see if it does.

United Statessniper3d1072 years ago

My run hasn’t been rejected nor accepted in 3 days, ill wait 4 more days but idk

United Statessniper3d1072 years ago

I see that there is only 1 moderator so Ill try to help them out.

United Statessniper3d1072 years ago

I like always go right, find the books there, then when he goes upstairs I check the left. When he comes downstairs, I go upstairs and find the books, and enter the code. I finish the library in about 5 minutes.

edit: its supposed to be Best path on door 50?

Acerca de sniper3d107
I like speedrunning I guess
Unido
3 years ago
En línea
today
Partidas
4
Juegos jugados
Champion Island Games
Champion Island Games
Última carrera 3 years ago
3
Partidas
Minecraft (Classic)
Minecraft (Classic)
Última carrera 8 months ago
1
Partida