Results 1 to 2 of 2

Thread: [VB.NET 2005] HexCell - a game to demonstrate boolean operations

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148

    [VB.NET 2005] HexCell - a game to demonstrate boolean operations

    Warning - this can really waste a lot of your time!

    The rules of the game will be immediately obvious to anyone who has done Soduku. Basically the grid is divided into 16 quadrants and each row, column and quadrant must contain one and only one of each of the 16 possible colours.

    You can select or unselect colours from the 16 possibilities for the current cell using the left mouse button. If you know that a given cell can only contain one colour, there is a right-mouse shortcut menu to select a colour. Also there is an option on that menu to clear a cell back to all 16 possibilities if (when) you get it wrong.

    Grids can be saved and loaded to an XML file (with the extension .xhx) and there is one example included.

    This program demonstrates using flag values (integers defined as powers of two) to set or unset bits in a 32 bit integer.
    Last edited by Merrion; Nov 4th, 2009 at 03:59 PM.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: HexCell - a game to demonstrate boolean operations

    Moved To Games Programming

Posting Permissions

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



Click Here to Expand Forum to Full Width