There are hidden Targets in the Black Box. - Left/Right Arrow keys change the grid size - Click on the Silver Balls, one at a time, to launch them into the Black Box. Observe the trajectory. Deduce where, inside the Black Box, the Targets are located. You must wait until a ball leaves the stage to launch the next one. - Click on the Black Box to mark where you think they are located. Click your mark again to remove it if you want to revise it's location. - When you think you have marked them all, Click "C" to check if you are correct. - "R" to reset (new puzzle). - The game starts in "Practice" Mode. When you have seen how the balls behave, Click "P" to switch to "Play" Mode. Points: - Find a Target - 20 points - Every ball launched "costs" one point. - Checking your solution "costs" two points. Try to solve the puzzle in the least number of moves. Feedback Please!
Credits: - Thanks to all viewers who have given me feedback! - @Flapjax404 for the concept: https://scratch.mit.edu/projects/110750724 Notes: - 100% pen. - In this project, I was forced to develop a new technique: My other 100% pen, grid-based projects use costumeless clones as "hitboxes". The grids used here are too large and would cause the clone limit to be exceeded, so I had to develop my first mouse position to row/column converter block.