Click here to Skip to main content
15,886,199 members
Articles / Artificial Intelligence

The Game of Clue (C# 2010)

Rate me:
Please Sign up or sign in to vote.
4.93/5 (55 votes)
13 Aug 2010CPOL29 min read 132.4K   3K   102  
You are a suspect!
  • clue_c_2010.zip
    • Clue CS2010
      • Clue CS2010.sln
      • Clue CS2010
        • About.rtf
        • Arranging The Cards.rtf
        • classPicTray_V2.cs
        • classSprite.cs
        • cLibPicBoxViewer.cs
        • Clue CS2010.csproj
        • Clue CS2010.csproj.user
        • Clue_Icon.ico
        • Dealing the cards.rtf
        • Equipment.rtf
        • formClue.cs
        • formClue.Designer.cs
        • formClue.resx
        • formInstructions.cs
        • formInstructions.Designer.cs
        • formInstructions.resx
        • Getting out of a room.rtf
        • Interesting notes and hints.rtf
        • Introduction.rtf
        • JESSICA_RABBIT.SP2
        • Movement of tokens.rtf
        • Moving into a room.rtf
        • Notes.bfs
        • Preparation.rtf
        • Program.cs
        • Properties
        • Proving the suggestion true or false.rtf
        • PulseButton.cs
        • PulseButton.designer.cs
        • PulseButton.dll
        • RATPROTESTER.SP2
        • Resources
          • baize.png
          • bars.bmp
          • Board Under Lense.jpg
          • CanShowACard.bmp
          • cardback.Jpeg
          • CardBilliardRoom.Jpeg
          • CardRoomBallroom.Jpeg
          • CardRoomConservatory.Jpeg
          • CardRoomDiningRoom.Jpeg
          • CardRoomHall.Jpeg
          • CardRoomKitchen.Jpeg
          • CardRoomLibrary.Jpeg
          • CardRoomLounge.Jpeg
          • CardRoomStudy.Jpeg
          • CardSuspectColMustard.Jpeg
          • CardSuspectMissScarlet.Jpeg
          • CardSuspectMrsPeacock.jpg
          • CardSuspectMrsWhite.Jpeg
          • CardSuspectProfPlum.Jpeg
          • CardSuspectRevGreen.Jpeg
          • CardWeaponCandleStick.Jpeg
          • CardWeaponKnife.Jpeg
          • CardWeaponLeadPipe.Jpeg
          • CardWeaponRevolver.Jpeg
          • CardWeaponRope.Jpeg
          • CardWeaponWrench.Jpeg
          • Clue logo mask.bmp
          • clue logo.bmp
          • ClueBoardMarble.Jpeg
          • ClueFloor.bmp
          • CrimeSceneBallRoom.bmp
          • CrimeSceneBilliardRoom.bmp
          • CrimeSceneConservatory.bmp
          • CrimeSceneDiningRoom.bmp
          • CrimeSceneHall.bmp
          • CrimeSceneKitchen.bmp
          • CrimeSceneLibrary.bmp
          • CrimeSceneLounge.bmp
          • CrimeSceneStudy.bmp
          • die1.bmp
          • die2.bmp
          • die3.bmp
          • die4.bmp
          • die5.bmp
          • die6.bmp
          • magnifying_glass.bmp
          • magnifying_handle.png
          • mainblock.bmp
          • Mouse00.bmp
          • Mouse01.bmp
          • Mouse02.bmp
          • newsprint.jpg
          • NoCardsToShow.bmp
          • notebook.jpg
          • noteBox_blank.bmp
          • noteBox_check.bmp
          • noteBox_ColMustard.bmp
          • noteBox_highlight.bmp
          • noteBox_MissScarlet.bmp
          • noteBox_MrsPeacock.bmp
          • noteBox_MrsWhite.bmp
          • noteBox_ProfPlum.bmp
          • noteBox_questionMark.bmp
          • noteBox_RevGreen.bmp
          • noteBox_X.bmp
          • picture frame oval.bmp
          • Piece_ColMustard.bmp
          • Piece_MissScarlet.bmp
          • Piece_MrsPeacock.bmp
          • Piece_MrsWhite.bmp
          • Piece_ProfPlum.bmp
          • Piece_RevGreen.bmp
          • prison bars large.bmp
          • setAI.bmp
          • SuggestionBubble.bmp
          • SuspectColMustard.bmp
          • SuspectMissScarlet.bmp
          • SuspectMrsPeacock.bmp
          • SuspectMrsWhite.bmp
          • SuspectProfPlum.bmp
          • SuspectRevGreen.bmp
          • WeaponBoard_Candlestick.bmp
          • WeaponBoard_Knife.bmp
          • WeaponBoard_LeadPipe.bmp
          • WeaponBoard_Revolver.bmp
          • WeaponBoard_Rope.bmp
          • WeaponBoard_Wrench.bmp
          • WeaponCandlestick.bmp
          • WeaponKnife.bmp
          • WeaponLeadPipe.bmp
          • WeaponRevolver.bmp
          • WeaponRope.bmp
          • WeaponWrench.bmp
          • Winner.bmp
        • Scream.aiff
        • Secret Passages.rtf
        • The accusation.rtf
        • The Suggestion.rtf
        • To Begin.rtf
        • User Interface.rtf
        • WALDO.SP2
        • Winning the game.rtf
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following 
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Clue CS2010")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Clue CS2010")]
[assembly: AssemblyCopyright("Copyright ©  2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible 
// to COM components.  If you need to access a type in this assembly from 
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("2a8e7484-50d2-4127-a2dd-d9611b5e5c1f")]

// Version information for an assembly consists of the following four values:
//
//      Major Version
//      Minor Version 
//      Build Number
//      Revision
//
// You can specify all the values or you can default the Build and Revision Numbers 
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO unemployable
Canada Canada
Christ Kennedy grew up in the suburbs of Montreal and is a bilingual Quebecois with a bachelor’s degree in computer engineering from McGill University. He is unemployable and currently living in Moncton, N.B. writing his next novel.

Comments and Discussions