A reminder that the Advent of Code challenge starts tonight/tomorrow morning (Dec. 1, 2022 at midnight EST (UTC-5)).
For those that don’t know, this is a series of two-part challenges, one per day, that runs from Dec. 1 to Dec. 25 every year. There are no prizes, but it’s a fun way to test and improve your coding skills.
I have posted my project, with solutions, on GitHub. I know that @Thomas_Tempelmann has a Xojo project too, so perhaps he’ll post that link here if it’s still publicly available.
I wanted to use Kem’s project this time, but I don’t have a Pro license, so I can only save as binary. Makes little sense to share it on github then. I’ll look into improving mine instead, to make it work more similarly (i.e. smarter) to Ken’s.
Alright. I rewrote my own project (which is a binary project, compatible with Real Studio 2012r2 and probably even older versions, up to current Xojo versions) so that each day has its own class (inspired by Kem’s project):
Darn, I’m at work all day and I need to add a sort() method to ObjoScript’s List class to solve part 2 I think. That will take more time than I can spare immediately.
Don’t worry too much about completing the puzzles on the same day, the only rule is to have fun.
The creator of Rockstar Language had to spent a few days implementing arrays, before being able to complete one of the Advent of Code puzzles, in 2019 I think