News

I have gotten on a Tower Defense game kick, and thought it might be fun to write my own. Well, the level design, "tower" design, etc. would be fun but not the maze traversal algorithm (I don't ...
My C++ professor recently gave us an assignment to read in a text file of 0s and 1s into a 2d array as a rectangular maze, and then traverse the maze by following a wall. As an extra he challenged ...