Day 1 part 1 implemented in Minecraft : adventofcode

https://www.reddit.com/r/adventofcode/comments/a2hxn6/day_1_part_1_implemented_in_minecraft/

Press J to jump to the feed. Press question mark to learn the rest of the keyboard shortcuts Log In Sign Up User account menu 122 Visualization Close 122 Posted by 2 years ago Archived Visualization 14 comments share save hide report 99% Upvoted This thread is archived New comments cannot be posted and votes cannot be cast Sort by best level 1 Original Poster 19 points · 2 years ago As you may have guessed, the stone blocks represent the input data encoded in binary where block=1, air=0. The code that calculates the result is here: https://github.com/simon816/Advent-of-Code-2018/blob/master/01/minecraft_part1.c it uses a C compiler that I created. level 2 9 points · 2 years ago Your command block assembly with custom c compiler is impressing. I would be interested to see the "compiled" Minecraft function code in your github repo. In any case, Thanks for sharing. Continue this ...

Linked on 2020-12-02 18:31:12 | Similar Links