Thread: Connect4 update

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    38

    Post Connect4 update

    The "Post your games here" thread unfortunately doesn't let posts be edited for very long, so I am updating my game here. Plus you can give me any feedback you have.

    Same as last time - left and right arrow keys to move, Enter or down arrow to drop. Esc exits.

    Fixed several things (see the comments at the top of the code file). Added AI which is decent. Added highlighting of winning combination (helps a lot in computer vs computer games).

    Compiled with: Watcom 11.0
    On Windows : XP (should work with all)
    Graphics : Console mode (colored text. wooo!)
    Bugs : none known

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    38
    Latest and greatest version here. I know everyone was waiting impatiently for this

    Fixed a few more potential bugs and some newly created ones. Added checking for 'splits' to the AI.
    See the comments in the code for more details.

    I really, really gotta stop tweaking the AI and do the graphics.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Polymorphism; Update functions and accessibility
    By CaptainMaxxPow in forum C# Programming
    Replies: 2
    Last Post: 04-23-2009, 08:48 AM
  2. SQLite not performing update
    By OnionKnight in forum C Programming
    Replies: 0
    Last Post: 01-21-2009, 04:21 PM
  3. July 9 2008 MS XP Update
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 07-18-2008, 05:14 AM
  4. ListView Refresh, Update
    By de4th in forum C++ Programming
    Replies: 1
    Last Post: 12-23-2006, 09:13 AM
  5. array update
    By Unregistered in forum C++ Programming
    Replies: 7
    Last Post: 03-12-2002, 04:52 PM