I don't consider reTux to be a "fork" of SuperTux. I took the art assets (graphics, sounds, music) of SuperTux, but reTux is otherwise a completely new game. None of the SuperTux source code can be found in reTux's source code. In fact, it's a completely different language (Python as opposed to SuperTux's C++).

ReTux should work on any system that both Python (either version 2 or 3) and Pygame can run on. This includes all of the commonly used desktop operating systems (GNU/Linux, Windows, OS X, BSD), but probably not Android, at least not right now. If I can get cx_Freeze to work, I should be able to make binaries for GNU/Linux (built from Trisquel) and 32-bit Windows available. In the worst case, though, all that means is you have to install reTux's dependencies and run the Python script. I will make sure to have a distribution with all the pure-Python dependencies included so that all you have to install yourself are Python and Pygame.

Reply via email to