Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

continue work on advshell (Python 2) #37

Open
jgonggrijp opened this issue Apr 9, 2013 · 0 comments
Open

continue work on advshell (Python 2) #37

jgonggrijp opened this issue Apr 9, 2013 · 0 comments

Comments

@jgonggrijp
Copy link
Member

@zed0 made a start with advshell.py, a textadventure game that lets you explore your file system as if the directories are rooms. He informed me that he might want to work on it again in the future, but anyone is welcome to work on it in the meanwhile.

In order to get your own local branch for working on this, I suggest that you run the following commands (of course you don't need to add zed0 again if you already had him):

git remote add -f zed0 git://github.com/zed0/the-red-spider-project.git
git checkout 11308223d250cba
git checkout -b advshell
git pull upstream master

After this you can just follow the regular workflow as described on the wiki.

Note: for historical reasons you could also obtain advshell.py from zed0/master or from zed0/advbrowser, but it's better to not do that because both of those branches incorporate changes unrelated to your topic. See also issue #36.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant