Project Concept
gen_linear_tile()
Generate the object string and init string for a linear 1D map.
t1 t2 t3 t4 ... tn
n (int) – the length of the map.
a tuple of the object string and init string.
Tuple[str, str]