I am making a game, using Python 3.3 and Pygame, and am trying to make it into an executable file, preferably multi-platform. I have seen a lot of other SO questions similar to this, but have yet to find one that will work for me, as I am using Python 3, which is not supported by py2exe, and cx_freeze, I had problems with it. Also, I tried to use Py3to2, and py2exe with that, but I cannot figure out how to correctly use Py3to2, first.
Any way to do this would be appreciated, but it would preferably include a tutorial to Py3to2 or a way to use cx_freeze correctly.