Soooo yesterday I posted a project on Scratch (https://scratch.mit.edu/projects/802563252/) and I said I would do a 2.0 version, right? Well, I needed this to make the 2.0 version! This is an image scanner that scans whatever I draw on my costume so I can use this to path find a lot more complex maze on my Path Finding project. Click on the original sprite to see the accurate scanner and hit hat green flag to show it again! Press space on a cell to fill it! For this I made a list that says in the tile is full or empty! If it is alive (or full) the 'tile' variable marks an '#' and if it is dead (or empty) it marks nothing! Yes, the empty string! Thanks to @griffpatch for the tutorial! UPDATES: 12/02/23: Initial Release!