Here it is! My third Hard Machine project! This is yet another code I made up (I believe) which I called Casear-GPS (C-GPS) Its concept is extremely simple, depending on where you are on the "map": You want to write the word "And". If you are for example at x: 25 and y:12, then the code would be 38,51,41 ("," between letters ";" between words "." between sentences) Why is this? Because you have to first convert the letter into a number like A = 1, B = 2 and so on. You do your X position plus your Y position and add them to the number of your letter. To decode, you must know the X and Y location! This code can be usefull to comunicate at a much bigger scale using longitude and latitude. Anyways, hope you enjoy this new variant of the caesar cipher, I'll try to make other types of codes if scratch's code blocks permit it and if my programming skills improve :P :>