I got a new Mac with a Touchbar at work, and finally found a use for it!
I took the classic Touchbar-Lemmings and updated it to run on Swift 5.0. You can get the code and download here!
This is from a while back, when I finally figured out to make adaptive path-tiles for City-Builder path placement! The 3d-models attached to the paths adapt depending on neighboring ones, making it possible to make nice, rounded paths.
This is the algorithm I scribbled down for it.. Learned afterwards this is called Wang Tiles :)
Read up a lot again on Graham‘s Number (biggest number ever used), and made myself a cheat-sheet with Math Operation Levels :)
Currently reading The Prey of Gods by Nicky Drayden, and it has binary-passages. Of course I am translating those :D
Check it out, I made a BaseNumberConverter in Swift that converts a number from a specific base to another base. Works with bases 1-160(!) :D
Hey everyone,
My new iOS-App Matt’s Advice is finally in the AppStore, for free!
It contains several years worth of my collected life-advice, which has helped me a lot in the past (and still does right now).
In addition to my MadeWithUnity-Badges for GitHub I also made a series of Made with GameMakerStudio-Badges! :D
You can check them out here.
I’ve been working on my own Jenkins for a while now, which also integrates Fastlane.
Very happy about how it’s turning out :)