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

The structure is entirely wrong. #1

Closed
TRVPLVRD opened this issue Jun 12, 2014 · 4 comments
Closed

The structure is entirely wrong. #1

TRVPLVRD opened this issue Jun 12, 2014 · 4 comments

Comments

@TRVPLVRD
Copy link

I suggest you look up how to develop a text adventure, and frankly the source to this looks terrible. You're not supposed to just get input then compare it to every possibly situation that can occur. You should get input, parse it (look for verbs, nouns) and then act accordingly.

@iamjawa
Copy link
Owner

iamjawa commented Jun 12, 2014

I'm not going to act like a complete douche and disregard your comment because it's a negative one, I appreciate your advice because I have never heard of this method.

However, may I also add that this was completed as a school project within 5 days.

@iamjawa iamjawa closed this as completed Jun 13, 2014
@iamjawa iamjawa reopened this Oct 14, 2014
@iamjawa
Copy link
Owner

iamjawa commented Oct 14, 2014

Feel free to rewrite this program yourself and contribute the results.

@Ksisky
Copy link
Contributor

Ksisky commented Jan 16, 2016

I see @TRVPLVRD he is coming from. I think there should be a list of options or you should parse it. I might submit a pull request. I'm trying to learn python, this would be a good way to improve.

@iamjawa
Copy link
Owner

iamjawa commented Jan 18, 2016

@Ksisky Fair enough - I wrote this program within a 5 day period for ICT coursework at school and had pretty much no knowledge of Python at the time so this was the best I could do; I'd like to see a completed version of it though :)

@iamjawa iamjawa closed this as completed May 22, 2016
iamjawa pushed a commit that referenced this issue Apr 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants