The Treachery of Game Dev by ratking 2017-05-08T06:39:54Z
This is hands-down one of the coolest LD entries I've seen; it's crazy that you managed to basically make a pared down version of Voxatron in just 72h! The editor's not perfect (as pointed out in-game), but it's still very impressive. The first-person portion also has a really nice look to it: the geometry's simple, but the lighting does a nice job of glazing over that, and the developer sprites are great.
Some criticisms: - The code editor needs quite a few improvements. The two things that tripped me up the most were the lack of undo, and that recompiling didn't also save (I had to re-write one of the programs because I exited without saving) - I would have liked to see more physical puzzles (I assume the plan was to include more, but time ran out?) - Having to backtrack to find the solution to the physical puzzle was a bit annoying and could have easily been avoided. It would have been more interesting if instead of finding the solution code in a random machine, the snake machine from the start actually contained some necessary code for progressing.
This is my first 5/5 across the board this time around; great job!