Thanks for playing 😁
Did you personally find the current sensitivity too high or low?
Hey thanks Herb is best boi :)
In terms of the undo I save eat drawing circle in an array and that array gets redrawn each update. For each change to that array it is stored in an array of arrays so as you undo it just grabs the previous state. E.g
previous_drawings = [ [], [1], [1,2]]
current_drawings = [1,2,3]
undo
grab the last element of previous drawing -> current_drawings = [1,2]
Hey thanks for the kind words on the art I've passed them onto the artist :)
In terms of progression I had thoughts of using the money you get from the art so it's a trade off of meeting the goal vs making the goal easier.
As for the actual upgrades would of any of the following been useful?
- Different brush sizes
- Different brush heads e.g square
- Different ways to compare the art? e.g a tool to overlap your art with the original
- A preview of the accuracy before placing the art?
Let me know if you had others things in mind :)
Hey fun game - I was surprised when I forged a rocket. It liked the consistency in the art style and the bonking sound of the hammer. Would of enjoyed having a second inventory slot as I had to keep running back to pickup my sword, so it felt like I couldn't make as much use of the cool stuff I forged.
Hey really enjoyed the presentation on this one. The different sized brushes looking unique was a touch I liked :)
I did feel a bit of a disconnect between the music and timed nature of the game, not sure if there would a way to put a small amount of tension into the music track.
Also curious how you implemented your art comparison code? As I used compute_image_metrics and found it hard to work with
Hey enjoyed playing this one :) Curious how you did the art comparison, I used godot's compute_image_metrics.
Is this achieved by just comparing each blocks values of colour?
Really enjoyed my time with this one - I like how the deal with the devil is pretty much your boss / you forcing the workers to mine
Events were a nice twist and even more that they were taken away later
It'll be interesting to see where you could take this possibly with other goals or dangers more than cave ins (maybe something like lava spreading through the mountain)