-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Puzz link loops #46
Puzz link loops #46
Conversation
31a76b4
to
8bf0d8d
Compare
@nmay231 Cool. I will review it soon.
|
Ah, I had misread "prettify" as "prettier" and that's why it wasn't formatting as expected initially. I still wasn't able to get auto-formatting working quite as well as I had hoped. The Sublime plugin you use uses js-beautify under the hood, but the vscode extension that integrates js-beautify into vscode hasn't been updated since 2019. Unfortunately, it's a bit buggy. But it's not the end of the world 🤷 Your comments on 2-4 make sense, especially with 4. There's just a slight OCD in me that wants to organize 😁 |
62f92a3
to
7d7d692
Compare
7d7d692
to
24463d8
Compare
@swaroopg92 Figured out how numberS works and changed Maxi-loop and Detour Additionally, added Masyu, Balance loop, and Midloop. I'll hold off on adding more until you can get to this so it's not too much at one time. :) Also, feel free to squash my commits to make for a cleaner history. |
Thanks a lot.
|
More puzz.link parsing :)
Also, a couple of questions/comments:
More links (already added to TESTING.md)
Cheers!