YESSSSSSSSSSSSSSSSSSSSSSS

Home Forums General Chat YESSSSSSSSSSSSSSSSSSSSSSS

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #6890
    Quang
    Participant

    You say what?

    #6891
    Merovign
    Participant

    Reminds me about Conway’s Game of Life, fun ‘game’ that was. >_>

    #6901
    David
    Participant

    o.O What was that?

    #7135
    Pirkid
    Participant

    I did the same thing at a Java contest in my school. 😀
    Good job, but lol at initial crash. xD

    #7173
    David
    Participant

    I know. I just went -_-;; when it crashed.

    #18741
    bharadwajh
    Participant

    Its easier to do this column by column.

    Fill column. Come back to initial step. Move 4 steps. Fill column. Repeat 🙂

    #18766
    Joaco
    Participant

    I don’t get this, where are the following functions defined?:
    frontIsClear() – probably boolean
    facingEast() – probably boolean
    facingWest() – probably boolean
    turnLeft() – probably void
    frontIsBlocked() – probably boolean
    move() – probably void
    turnRight() – probably void
    noBeepersPresent – probably boolean
    turnAround() – probably void
    etc.?
    Or are them in the libraries stanford.karel.*?
    (which I cannot find)

    #18767
    tarheel91
    Participant
    Joaco said: I don’t get this, where are the following functions defined?:
    frontIsClear() – probably boolean
    facingEast() – probably boolean
    facingWest() – probably boolean
    turnLeft() – probably void
    frontIsBlocked() – probably boolean
    move() – probably void
    turnRight() – probably void
    noBeepersPresent – probably boolean
    turnAround() – probably void
    etc.?
    Or are them in the libraries stanford.karel.*?
    (which I cannot find)

    They are. I did that back in my Computer Science class 5 years ago.

Viewing 8 posts - 16 through 23 (of 23 total)
  • You must be logged in to reply to this topic.