A game about mirror and man. Player should control mirror man to escape the maze.
####linux This program requires python2.7, mesa, freeglut, glu, pyopengl, pygame, ftgl.
Installation guide on arch:
- pacman -S mesa python2.7 freeglut glu ftgl
- easy_install pyopengl pygame
-
- download pyftgl.
- tar -xvf the download package
- cd pyftgl
- sudo python2.7 setup.py install
- python main.py -m, enjoy yourself.