IMPORTANT YOU NEED TO READ THIS TO UNDERSTAND HOW TO USE THIS ------------------------------------------------------------------------- This is a coordinate based drawing system. Make sure you have a prior knowledge on coordinates before you use it, it will make using it a lot easier. 1 - Basics You enter in coordinate in sets of 8 digits. The first set you enter is the starting coordinates. The next set of coordinates you enter, draws a line from the starting coordinates. Any sets after that draw a line starting from the last set of coordinates entered. Ex: If you enter (0,0) (20,0) (20,20) it would draw a line from (0,0) to (20,0) and then a line from (20,0) to (20,20) Note: This is not how you actually enter coordinates. 2 - Entering In Coordinates I personally think entering in coordinates is best described through examples. Here are some examples on how to enter in coordinates. Ex: To enter (3,3) you would put in 00030003 Ex: To enter (9,9) you would put in 00090009 Ex: To enter (-3,-3) you would put in -003-003 Ex: To enter (-9,-9) you would put in -009-009 Ex: To enter (8,2) you would put in 00080002 Ex: To enter (15,15) you would put in 00150015 Ex: To enter (-15,-15) you would put in -015-015 Ex: To enter (155,155) you would put in 01550155 Ex: To enter (-155,-155) you would put in -155-155 Ex: To enter (50,50) (-50,-50) you would put 00500050-050-050 3 - Outro/Tips That's all there is to this. If you have any questions, you can ask me in the comments. I recommend using this in full screen, but if you don't like the pixelated look then playing outside of full screen will solve that problem. Note: the dimensions of the stage/canvas are (240,180) so numbers higher than 240 will not work ------------------------------------------------------------------------- Here are some example codes: 1. Square 005000500050-050-050-050-050005000500050 2. Square Hallway 001000100010-010-010-010-010001000100010002000200020-020-020-020-020002000200020003000300030-030-030-030-030003000300030004000400040-040-040-040-040004000400040005000500050-050-050-050-050005000500050 3. Triangle 1 -050-0500050-05000000050-050-050 4. Triangle 2 0100-050-100-050000000500100-050 5. Triangle 3 0000000000000180000000000240000000000000000001800240 6. 3D Triangle 0100-050-100-050000000500100-05000000000-100-0500000000000000050 7. Triangle Hall -025-0250025-02500000025-025-025-050-0500050-05000000050-050-050-075-0750075-07500000075-075-075 8. Letter X -045-0450045004500000000-04500450045-045 9. Angled Square 005000000000-050-05000000000005000500000 10. X Inside Square 005000500050-050-050-050-050005000500050-050-05000000000-05000500050-050 ------------------------------------------------------------------------- If you have any cool codes then you can put them in the comments. -------------------------------------------------------------------------