A basic 3d engine made using rudimentary methods
First line dictates how long map is
x is where the player starts, they always face left at the beginning
# is a map tile
all of these are seperated by ' '
valid map example:
# # # # #
# #
# x #
# #
# # # # #