You see i am attempting to make an text based game to run in an cmd window but the method i am using is way too slow because i am making a matrix and then printing it is there a way for me to just print changes in the matrix instead of having to print it all again; will multi threading aid and...