Page 4 of 4 FirstFirst ... 234
Results 31 to 40 of 40

Thread: Actually beat four-in-a-row!!!

  1. #31
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Actually beat four-in-a-row!!!

    That's the problem with open-source games - you can open them up and study the source code to find vulnerabilities in the AI

    Or just modify the source code to short-circuit the AI into making dumb moves!
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

  2. #32
    Join Date
    Mar 2010
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Actually beat four-in-a-row!!!

    No I havent beaten it yet.

  3. #33
    Join Date
    Apr 2010
    Beans
    0

    Re: Actually beat four-in-a-row!!!

    Managed to pull off a win!
    My excitement is pouring out all over the place, GIMP thought this was funny too.
    Attached Images Attached Images

  4. #34
    Join Date
    Jan 2007
    Location
    Location: Location:
    Beans
    1,246
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Actually beat four-in-a-row!!!

    Quote Originally Posted by slipsy View Post
    Managed to pull off a win!
    My excitement is pouring out all over the place, GIMP thought this was funny too.
    HAAH rush me off to the burn unit. That smarts.
    clear && echo paste url and press enter; read paste; (youtube-dl $paste) | zenity --progress --title="" --text "Downloading, please wait" --auto-close --pulsate && ans=$(zenity --file-selection); gnome-terminal -x mplayer "$ans"

  5. #35
    Join Date
    Jun 2007
    Location
    Canada
    Beans
    370

    Re: Actually beat four-in-a-row!!!

    Using Four-in-a-row 2.26.1 (Ubuntu 9.04), computer as blue on level 1. You will always win if you do the following:

    Code:
    X = Red (human player, goes first)
    O = Blue (computer player, goes second)
    
    Turn 1:
    | | | | | | | |
    | | | | | | | |
    | | | | | | | |
    | | | | | | | |
    | | | |O| | | |
    | | | |X| | | |
    ===============
    
    Turn 2:
    | | | | | | | |
    | | | | | | | |
    | | | | | | | |
    | | | |X| | | |
    | | | |O| | | |
    | | | |X|O| | |
    ===============
    
    Turn 3:
    | | | | | | | |
    | | | | | | | |
    | | | | | | | |
    | | | |X| | | |
    | | | |O|X| | |
    | | | |X|O|O| |
    ===============
    
    Turn 4:
    | | | | | | | |
    | | | | | | | |
    | | | |O| | | |
    | | | |X|X| | |
    | | | |O|X| | |
    | | | |X|O|O| |
    ===============
    
    Turn 5:
    | | | | | | | |
    | | | | |O| | |
    | | | |O|X| | |
    | | | |X|X| | |
    | | | |O|X| | |
    | | | |X|O|O| |
    ===============
    
    Turn 6:
    | | | | | | | |
    | | | | |O| | |
    | | | |O|X| | |
    | | | |X|X| | |
    | | | |O|X| | |
    |O|X| |X|O|O| |
    ===============
    
    Turn 7:
    | | | | | | | |
    | | | | |O| | |
    | | | |O|X| | |
    | | | |X|X| | |
    |X|O| |O|X| | |
    |O|X| |X|O|O| |
    ===============
    
    Turn 8:
    | | | | |O| | |
    | | | | |O| | |
    | | | |O|X| | |
    | |X| |X|X| | |
    |X|O| |O|X| | |
    |O|X| |X|O|O| |
    ===============
    
    Turn 9:
    | | | | |O| | |
    | | | | |O| | |
    | | | |O|X| | |
    | |X| |X|X| | |
    |X|O|O|O|X| | |
    |O|X|X|X|O|O| |
    ===============
    
    Turn 10:
    | | | | |O| | |
    | | | | |O| | |
    | | | |O|X| | |
    | |X|X|X|X| | |  <-- Human player wins
    |X|O|O|O|X| | |
    |O|X|X|X|O|O| |
    ===============
    The play may be flipped left/right, but I have played this exact same game many times. The AI on level-2 always falls for this trap.
    Attached Images Attached Images
    GCS/O d+(-@) s: a-->? C(++) UL P+ L+++@ E@
    W++$ N++ !o K++ w(++) !O M(-) !V PS+(++)
    PE-() Y+ PGP++ t++(+++@)* 5++ X++@ R+++@
    tv+ b++(+++) DI++ D+ G+ e++>++++ h- r y?

  6. #36
    Join Date
    Jan 2010
    Location
    San Jose
    Beans
    61
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Actually beat four-in-a-row!!!

    you actually spend the time making that O.o

  7. #37
    Join Date
    Jan 2007
    Location
    Location: Location:
    Beans
    1,246
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Actually beat four-in-a-row!!!

    lol
    clear && echo paste url and press enter; read paste; (youtube-dl $paste) | zenity --progress --title="" --text "Downloading, please wait" --auto-close --pulsate && ans=$(zenity --file-selection); gnome-terminal -x mplayer "$ans"

  8. #38
    Join Date
    Apr 2010
    Beans
    1

    Re: Actually beat four-in-a-row!!!

    http://www.facebook.com/pages/Join-i...8444882?v=wall

    I'm the only person who I know personally that has completed it on Level 3.

    http://www.facebook.com/pages/Join-i...&id=1207084157

    This is my facebook photo albums with my wins.

  9. #39
    Join Date
    Jan 2007
    Location
    Location: Location:
    Beans
    1,246
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Actually beat four-in-a-row!!!

    right on, I couldnt see your link tho

    This content is currently unavailable
    The page you requested cannot be displayed right now. It may be temporarily unavailable, the link you clicked on may have expired, or you may not have permission to view this page.

    Return home
    View Aidan's Profile
    clear && echo paste url and press enter; read paste; (youtube-dl $paste) | zenity --progress --title="" --text "Downloading, please wait" --auto-close --pulsate && ans=$(zenity --file-selection); gnome-terminal -x mplayer "$ans"

  10. #40
    Join Date
    Feb 2010
    Beans
    38

    Re: Actually beat four-in-a-row!!!

    The best I've ever done is tie with a level three AI.

Page 4 of 4 FirstFirst ... 234

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •