My favorites | Sign in
Project Logo
                
Search
for
Updated Aug 04, 2009 by Gabriel.Pettier
Labels: Featured, Phase-Deploy
Installation  

# How to install the game

Introduction

You can find below some ways to install the game easily. These solutions are made for different purpose. So just find the one that is more suitable for your needs (game, development, testing, etc)

Note: This manual will be updated when required

Requirements Comments
Operating system Linux or Windows or MacOS should all work basically any os with python and pygame
Programming language Python 2.5 or 2.6 Python's usually pre-installed on Linux machine
Libraries python-pygameAlso known as pygame. For all purposes until now ...
python-elementtree A librairy to load xml files: elementtree.(only needed up to python2.5, included standard from 2.5)
python-xdg A library to store config files properly according to XDG recommendations.

Download

You can find download locations by purposes types:

Purposes Version
Gamer http://code.google.com/p/ultimate-smash-friends/downloads/list
Tester svn checkout http://ultimate-smash-friends.googlecode.com/svn/trunk/ ultimate-smash-friends-read-only
Developer svn checkout https://ultimate-smash-friends.googlecode.com/svn/trunk/ ultimate-smash-friends --username yourmemberid

Installation process

Tips:

How to download from svn? Type or copy/paste in your console one of these lines:

svn checkout http://ultimate-smash-friends.googlecode.com/svn/trunk/ ultimate-smash-friends-read-only

OR if you've been accepted as a contributor.

svn checkout https://ultimate-smash-friends.googlecode.com/svn/trunk/ ultimate-smash-friends --username _yourmemberid_

Need SVN?

Here's how to install it on Ubuntu or other Debian based OS.

sudo apt-get install subversion

Documentation: http://doc.ubuntu-fr.org/subversion

Gamer

Steps:

Tester

Steps:

Developer

Steps:


Sign in to add a comment
Hosted by Google Code