-
Notifications
You must be signed in to change notification settings - Fork 1
Installation tut for the early builds
Here are a few words on how to install and test the game for the early builds. I say early builds because we are using a library named ipdb which is an extended library of pdb for debugging and is not included in the standard python package.
WINDOWS
1. The first thing you should do is clone the repository to get the source.
2. Having in mind that it is in python, you will need python. You will need the 32 bit (The suggested one is 32 bit. You can try with 64 bit but I cannot guarantee success) python 3.2 which can be downloaded from here: http://www.python.org/download/
3. The last but one step is to install pygame for python 3.2 32 bit (this is why we use 32 bit python). Install pygame in the python folder (for windows users it should be “C:\Python32”), the library should go into the Lib folder. The download page is http://www.pygame.org/download.shtml
4. Run the game.
LINUX
1. Clone the repository to get the source code.
2. Install python and python-pip via the package manager. On Ubuntu you can do the following: sudo apt-get install python3 python3-pip. For different distribution it is similar
3. Install pygame, ipython and ipdb via pip. On Ubuntu: sudo pip install pygame ipython ipdb
4. Run the game.
If any troubles appear please do not hesitate to contact us. We will do our best to help.
Kiril Vladimiroff – Linux regarding installation
David Tankov – Windows regarding installation
George Goranov – Windows regarding installation