USE JAVA PLAYER! Greetings! This is my first project in a while. Right now this is just a map creator. Point your mouse at a square and press one of the arrow keys to create or delete a wall. Press C to "clean" the map, which adds a border and duplicates walls (so they're in both squares) (this will be important once it's a game). Press X to delete the current map. When it's actually a game, you will go through several mazes, but you have a limited line of sight (thus the "invisible" part). I used to play this on paper with my mom. I've made a version in scratch before, but I changed it some to make it relatively easy to program (at least, not as hard as what I'm doing now... Just look a the code!). But now I know how to make it the way it's supposed to be, so that's what I'm going to do!