User Profile

Collapse

Profile Sidebar

Collapse
ajs31000
ajs31000
Last Activity: Jun 4 '10, 10:41 PM
Joined: May 16 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ajs31000
    replied to How Do You Change This Code to Python?!?
    Thank you!!! actually im pretty sure that will work... i just started adding in currentRoom variables in an effort to get it to work so all take out that last one too!!!
    See more | Go to post

    Leave a comment:


  • ajs31000
    started a topic keyboard Interaction

    keyboard Interaction

    Hi, so I'm veryyyyyy new to python and have been trying to teach myself,
    but I have no idea how to do anything with user interaction other than raw_input, so if you have any ideas on how to cause different events based on a user using the arrow keys or clicking please help!
    Thank you very much in advance!!!
    See more | Go to post

  • ajs31000
    started a topic How Do You Change This Code to Python?!?

    How Do You Change This Code to Python?!?

    Hey i have this java code for a text based videogame (its like Zork if you know what that is), but im having problems putting it into python. I've changed the parts I know and it starts to run, but then it comes up with random errors like that the Game instance doesn't have a currentRoom attribute. Please tell me if you have any ideas how to put the java code into python, how to make the python code run, or how to put new code from python into...
    See more | Go to post

  • Simple Videogame Console Class Conversion from Java

    Hey, i was just wondering does anyone have any idea how to put this code (its in java) into python? i changed parts of it but i dont really know how...thank youuu!!! :D

    Code:
    class Console:
        def _init_ (self):
            self.inputLine = ""
        def getInput (self):
            print "> "
            self.reader = BufferedReader(new InputStreamReader(System.in))
            try:
    ...
    See more | Go to post
No activity results to display
Show More
Working...