I’m currently working on rewriting the entire game. The reasoning behind this is that some things could be done much better and my coding style changed quite a bit since I began developing the game(ex: I began using m_ prefixes for class members). Also I’d like to take advantage of more of C++’s awesome features(ex: function pointers, destructors, etc.). The rewritten game will allow me to add more tiles more easily, will have a better looking interface and slightly better performance.
1 comment