Map Editor was created in the 3 week of the code academy bootcamp. Where Simple Graphics Library was used.
- Java 7
- Simple Graphics Library
Prerequisites: Java 7 and Simple Graphics Library
# clone repository
git clone https://github.com/BrPedro-dev/MapEditor.git
# enter the jar folder
cd /out/artifacts/
# run the jar
java -jar Paint_jar
-Space to paint if the canvas is blank or if it's painted, the space will work as an eraser.
-R to reset Canvas.
-Keyboard arrows to move the pen.
-C to enter paint mode(In this world you don't need to press space to paint or eraser).
Pedro Henrique Oliveira Da Silva