Any/All, He/Him, She/Her, They/Them, It/Its
West Virginia, USAWest Virginia, USA
sniper3d107
Threads
West Virginia, USAsniper3d10711 months 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)

West Virginia, USAsniper3d1071 year 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.

West Virginia, USAsniper3d1071 year ago

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

West Virginia, USAsniper3d1071 year ago

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

West Virginia, USAsniper3d1071 year 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?

About sniper3d107
I like speedrunning I guess
Joined
2 years ago
Online
3 months ago
Runs
7
Games run
Champion Island Games
Champion Island Games
Last run 2 years ago
3
Runs
Roblox: DOORS
Roblox: DOORS
Last run 1 year ago
3
Runs
DELTATRAVELER
DELTATRAVELER
Last run 2 years ago
1
Run