Repositories
geekscape
GeekScape is a puzzle game that portrays the life of a geek and his adventures. Besides the creation of the game, the goal of this project is to create an engine for games in the same style of GeekScape
-
Cloning this repository:
git clone git://gitorious.org/geekscape/geekscape.git geekscape cd geekscape
Add this repository as a remote to an existing local repository:
git remote add geekscape git://gitorious.org/geekscape/geekscape.git git fetch geekscape git checkout -b my-local-tracking-branch geekscape/master_or_other_branch

