Download GoTraxx

Description

C# program that plays the game of Go.

Source Files

The download file gotraxx.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
GoTraxx/Color.cs/*from ww  w .ja v  a2 s.co  m*/
GoTraxx/ColorEnclosedRegion.cs
GoTraxx/ColorEnclosedRegions.cs
GoTraxx/Coordinate.cs
GoTraxx/CoordinateSystem.cs
GoTraxx/CoordinateSystemTest.cs
GoTraxx/DistributedSearch/NagCoordinator.cs
GoTraxx/DistributedSearch/NagNode.cs
GoTraxx/DistributedSearch/Worker.cs
GoTraxx/DistributedSearch/WorkerFunctions.cs
GoTraxx/DistributedSearch/WorkerProxy.cs
GoTraxx/GTP/GTPCommBase.cs
GoTraxx/GTP/GTPCommCGOS.cs
GoTraxx/GTP/GTPCommConsole.cs
GoTraxx/GTP/GTPCommInternal.cs
GoTraxx/GTP/GTPCommand.cs
GoTraxx/GTP/GTPCommandTest.cs
GoTraxx/GTP/GTPEngine.cs
GoTraxx/GTP/GTPGoBoard.cs
GoTraxx/GTP/GTPInternalResponse.cs
GoTraxx/GTP/GTPRegression.cs
GoTraxx/GTP/GTPRegressionPattern.cs
GoTraxx/GTP/GTPRegressionPatternTest.cs
GoTraxx/GameRecord.cs
GoTraxx/GameRecordBoardAdapter.cs
GoTraxx/GameRecordFilter.cs
GoTraxx/GameRecords.cs
GoTraxx/GoBlock.cs
GoTraxx/GoBlockBase.cs
GoTraxx/GoBlockUndoAddStone.cs
GoTraxx/GoBlockUndoCapture.cs
GoTraxx/GoBlockUndoEnemyStone.cs
GoTraxx/GoBlockUndoMerge.cs
GoTraxx/GoBlocksAdjacentCollection.cs
GoTraxx/GoBoard.cs
GoTraxx/GoBoardHelper.cs
GoTraxx/GoBoardTest.cs
GoTraxx/GoBoardUndoState.cs
GoTraxx/GoCell.cs
GoTraxx/GoCellUndoChange.cs
GoTraxx/GoChain.cs
GoTraxx/GoEmptyBlock.cs
GoTraxx/GoEmptyBlockUndoRemove.cs
GoTraxx/GoEmptyBlockUndoRemoveLiberty.cs
GoTraxx/GoTraxx.csproj
GoTraxx/GoTraxx.csproj.vspscc
GoTraxx/GoTraxx.sln
GoTraxx/GoTraxx.vssscc
GoTraxx/Intersection.cs
GoTraxx/License.rtf
GoTraxx/License.txt
GoTraxx/MiaiStrategy.cs
GoTraxx/MoveCollection.cs
GoTraxx/MoveList.cs
GoTraxx/MoveListTest.cs
GoTraxx/Pattern/DFAMatrix.cs
GoTraxx/Pattern/DFAMatrixBuilder.cs
GoTraxx/Pattern/DFAMatrixCache.cs
GoTraxx/Pattern/DFAMatrixCache3.cs
GoTraxx/Pattern/DFANode.cs
GoTraxx/Pattern/DFAPattern.cs
GoTraxx/Pattern/FusekiDetector.cs
GoTraxx/Pattern/Pattern.cs
GoTraxx/Pattern/PatternActionAttribute.cs
GoTraxx/Pattern/PatternActionCode.cs
GoTraxx/Pattern/PatternActionCompiler.cs
GoTraxx/Pattern/PatternActionFunctions.cs
GoTraxx/Pattern/PatternActionOperand.cs
GoTraxx/Pattern/PatternAttribute.cs
GoTraxx/Pattern/PatternAttributeFunctions.cs
GoTraxx/Pattern/PatternCode.cs
GoTraxx/Pattern/PatternCollection.cs
GoTraxx/Pattern/PatternCompiled.cs
GoTraxx/Pattern/PatternCompiler.cs
GoTraxx/Pattern/PatternConstraintAttribute.cs
GoTraxx/Pattern/PatternDetector.cs
GoTraxx/Pattern/PatternFunctionParameters.cs
GoTraxx/Pattern/PatternFunctions.cs
GoTraxx/Pattern/PatternInterpretor.cs
GoTraxx/Pattern/PatternInterpretorTest.cs
GoTraxx/Pattern/PatternKey.cs
GoTraxx/Pattern/PatternMap.cs
GoTraxx/Pattern/PatternMergedAttributes.cs
GoTraxx/Pattern/PatternOperand.cs
GoTraxx/Pattern/PatternReplaceMatrix.cs
GoTraxx/Pattern/PatternReplaceMatrixTest.cs
GoTraxx/Pattern/PatternScanner.cs
GoTraxx/Pattern/PatternSyntax.cs
GoTraxx/Pattern/PatternTokens.cs
GoTraxx/Patterns/BadShapeHints.db
GoTraxx/Patterns/Better.db
GoTraxx/Patterns/Blunders.db
GoTraxx/Patterns/GoodShapeHints.db
GoTraxx/Patterns/Test.db
GoTraxx/PerformanceTest.cs
GoTraxx/PrincipalVariation.cs
GoTraxx/Program.cs
GoTraxx/Properties/AssemblyInfo.cs
GoTraxx/Region.cs
GoTraxx/RegionTest.cs
GoTraxx/Regression/Benson/benson.tst
GoTraxx/Regression/Benson/benson_safe1.sgf
GoTraxx/Regression/Benson/benson_safe2.sgf
GoTraxx/Regression/Benson/benson_safe3.sgf
GoTraxx/Regression/Benson/benson_unsafe.sgf
GoTraxx/Regression/Muller/muller.tst
GoTraxx/Regression/Muller/muller1.sgf
GoTraxx/Regression/Muller/muller2.sgf
GoTraxx/Regression/Muller/muller3.sgf
GoTraxx/SGF/SGFCollection.cs
GoTraxx/SGF/SGFGameSamples.cs
GoTraxx/SGF/SGFNode.cs
GoTraxx/SGF/SGFProperty.cs
GoTraxx/SGF/SGFSequence.cs
GoTraxx/SafetyMap.cs
GoTraxx/SafetyStatus.cs
GoTraxx/Score.cs
GoTraxx/ScoreChineseRules.cs
GoTraxx/ScoreJapaneseRules.cs
GoTraxx/ScoreSystemFactory.cs
GoTraxx/Search.cs
GoTraxx/SearchEngine.cs
GoTraxx/SearchInterface.cs
GoTraxx/SearchMethod.cs
GoTraxx/SearchMethodAB_ID_PVS.cs
GoTraxx/SearchMethodAB_ID_TT.cs
GoTraxx/SearchMethodAB_ID_TT_PVS.cs
GoTraxx/SearchMethodAB_NAG_ID_TT.cs
GoTraxx/SearchMethodAlphaBeta.cs
GoTraxx/SearchMethodFactory.cs
GoTraxx/SearchMethodMinMax.cs
GoTraxx/SearchOptions.cs
GoTraxx/SearchStandard.cs
GoTraxx/SearchStatus.cs
GoTraxx/SearchTimeEstimator.cs
GoTraxx/SimpleBoardEvaluator.cs
GoTraxx/SimpleGoBoard.cs
GoTraxx/SimpleGoals.cs
GoTraxx/SolverBenson.cs
GoTraxx/SolverExtended.cs
GoTraxx/SolverFactory.cs
GoTraxx/SolverMuller.cs
GoTraxx/SolverNull.cs
GoTraxx/TranspositionTable.cs
GoTraxx/TranspositionTablePlus.cs
GoTraxx/UndoBase.cs
GoTraxx/UndoStack.cs
GoTraxx/Utility/Compare.cs
GoTraxx/Utility/DirectoryFiles.cs
GoTraxx/Utility/ErrorManagement.cs
GoTraxx/Utility/MemFile.cs
GoTraxx/Utility/SimpleTimer.cs
GoTraxx/Utility/StringMap.cs
GoTraxx/Utility/TCPConnection.cs
GoTraxx/Utility/TCPService.cs
GoTraxx/Utility/ThreadPoolHelper.cs
GoTraxx/Utility/TriState.cs
GoTraxx/ZobristHash.cs

Download

Click the following link to download gotraxx.zip.

gotraxx.zip




















Home »
  C# Free Code »
    Game »




DirectX
Game
Minecraft
Warcraft
Xbox
XNA