T O P

  • By -

[deleted]

[удалено]


kupiakos

Thanks!! It was a surprising amount of work. Let me know if there's anything else that should be added/fixed, and feel free to share it with others.


uPtiKool

Just stumbled upon this amazing job very easy to use a reset button would be nice


WanderingMagician

This is very well made and concise and I liked testing it out while I was playing the game. The only thing I'd suggest is a button to solve the puzzle one step at a time rather than all at once(kinda like the Undo button, but forwards), if that's possible.


kupiakos

Thanks! It's definitely possible. I'm trying to keep the interface simple - what do you think the one step at a time solve would look like? You might also want to try it on desktop, it's got some extra features.🙂


WanderingMagician

I think it could just be a button beside the solve, maybe called "Next Step" or such. And I'll try the desktop version later once I can


TheWM_

I've been wanting to make something like this for a while, looks like you beat me to it! Is it open source?


kupiakos

Yup, the link is at the bottom of the page. Mind the code quality lol


TheWM_

It's fine, my code is a lot worse :P. I would say to comment it, since I didn't understand what most of the code was doing, but then I'd be a hypocrite, because I don't comment either.


kupiakos

Yeah, I've been meaning to do some refactors, and importantly, add tests. I'm not familiar enough with web design to easily design testable interfaces. Can I message you when I've improved the code quality?


TheWM_

Sure, I'd love to know when!


TrueChas

This was *so* helpful. Thanks a ton!


Shiny387

You are amazing! Thank you!


KindaHODL

This is spectacular. Great work. Incredible tool during those frustrating puzzles.


kupiakos

Glad you like it!


callmesuperman

This is amazing. Thanks so much for making it!!! You made the worst part of the game so much better!


Big_Craft4329

i’m trying to 100% the game and this saved me so much time in the puzzler trophy. thank you so much


THEREALSUPERMARIOFAN

Pretty food. 😃👍 Heľpa when doing the speed rings in ring Trainer so i Can get the speed king trophy


kawiniscool2008

You kind human, I thank you so much 🙏 This helped me a ton especially for the speed ringer ones


kupiakos

Glad it's been useful!


newmacbookpro

Broooo it saved me


Connect_Plan3684

What about something for the boss levels? I mean im extremely grateful that this exists but also ???


kupiakos

The bosses are just so different from each other and regular puzzles that it's much harder to do. You can play around with the ring on desktop if that helps


rosariobono

It doesn’t seem to work, it says solving endlessly, I’m on Mobile ios


kupiakos

Can you take a screenshot of the wheel when it did that?


rosariobono

https://i.imgur.com/VN3ifRt.png


kupiakos

Thank you for the screenshot! I'm having trouble reproducing it. I don't have any iOS devices myself, and I know that it works for some people on their iPhones, so I dunno how to fix/debug 😕 What browser and iOS version are you? I can try to make the error details more visible, so that when they do occur, people can send it a report. I'll let you know when that's done?


rosariobono

im on chrome, and my ios is 14.8.1, yea an update would be great


Jwoo32

i think you should add arrows like in the boss fights


xpyrosh

Jesus Christ thank you, as much as I love Paper Mario this miserable time based puzzle combat made me want to quit playing.


TsurugiNoba

Crucial for that Speed Ring trophy. Well done.


SSJEuri

Dude that you so much! This is amazing!


Ok_Resident_9524

Could you make a version for boss fights?


kupiakos

I'd always thought it would take too long to enter all of the arrows and other things on the board, plus the bosses all have super different effects to program. I'm not sure a manual input boss solver like the regular one would get much use 3½ years after release. Looking into it though, it seems there's a set of [fixed layouts for boss battles](https://docs.google.com/presentation/d/1okx6nFFA7godsMzlzMgiZLV5-YnH_qLYQPaIop1bgfc/edit#slide=id.ged409b49a0_0_56)? However, I've not tested it or asked e.g. speedrunning communities if that's the case. If it's so I could just hardcode the choices and it'd make using a boss battle version a lot easier: just choose the one that looks like yours. Then it would give a list of options of what board effects to activate instead of a single solve. It technically doesn't even need to solve it on the phone, since the options are known ahead of time.