HI!!!!!!! I wanted to make a text based, turn-based fighting game. So I was thinking that I could use arrays for a coordinate system. Such as char arena [12][12], would indicate the size of the arena. And from within that i could issue specific points, like char arena [2][2], would be an enemy or something. Could this work?