| HexkitHexkit is short for “hexagon game construction kit” – a construction kit for turn-based strategy games played on maps that are divided into squares or hexagons. Hexkit is © 2000–2011 by Christoph Nahr but available for free download under the MIT license. The graphics tiles in the standard package are © 2000 by DeBray Bailey (used by permission). The original BMP files are available for download at Lost Dragon’s Den. OverviewHexkit is a complete framework to design and play turn-based strategy games on hexagon maps. Starting with version 3.5.0, maps of squares are supported as well. While many commercial games come with scenario editors, Hexkit offers far greater flexibility because scenario designers may customize not only the map layout and the participating factions and units, but also the map graphics and even the actual game rules. Moreover, programmers may be interested in Hexkit because the MIT license allows for commercial and non-commercial code reuse. But even if your own project will not share any code with Hexkit, you might appreciate it as a testing framework for new game mechanics. Please refer to the downloadable User’s Guide for a detailed feature list and other information. Project StatusHexkit is no longer under active development. The current version is reasonably solid and complete, so feel free to check it out anyway. However, I feel that putting further effort into this project is no longer worthwhile. First, consider the three broad genres of strategy games for which Hexkit might be suitable:
There is another reason why Hexkit became a dead end: You must be a C# programmer to create anything worthwhile with Hexkit. As it turns out, most people who are into scenario design are not programmers, and you really cannot do very much with Hexkit unless you can write C# code on a fairly professional level. I had originally intended to move all game rules from C# script files to the GUI editor, but now I doubt this is even possible for a truly universal game engine. At least, it would require far too much additional effort to stake on a vague hope. Hexkit also lacks certain desirable features such as mini-maps or unit actions other than attack/move, and while the implementation should be straightforward it still requires fluency in C# and WPF. Aside from being a programmer, you also need to be an artist if your scenario requires any units or terrains that aren’t covered by the provided tile set – another big obstacle for hobbyists. Throughout the development of Hexkit, I was unable to find any tile sets that covered settings other than medieval fantasy dungeons (i. e. Roguelikes) with sufficient quality and without copyright restrictions. In retrospect, using bitmap art rather than abstract symbols was a mistake. The tile set allowed reasonably pretty demo scenarios but drastically limited the scope of possible scenario settings – a poor trade-off for a flexible game engine. Meanwhile, I intend to pursue the study of historical tactical warfare with an entirely different game engine that allows an exact simulation of individual soldiers and entire formations, with real-world positioning and continuous movement. This is going to require lots of groundwork in computational geometry which will appear in ongoing Tektosyne releases. System RequirementsHexkit requires a Microsoft Windows system capable of running the Microsoft .NET Framework 4.0 Client Profile. This includes Windows XP SP3, Windows Vista SP1 or later, Windows 7, Windows Server 2003 SP2, and Windows Server 2008 & R2 with Internet Explorer 5.01 or later. Project InformationConsult the following links for more information on Hexkit. Copies of the ReadMe and WhatsNew files are included with both download packages.
Download FilesThe current Hexkit version is 4.2.10, released on 10 July 2011. Users should download the Binary Package. Developers may want to download the Source Package and Class Reference as well. Both users and developers should download the User’s Guide and Scenario Manuals. These PDF documents are updated separately. Binary PackageThe current binary package is HexkitSetup.exe (2.40 MB). This is a self-installing archive created with Inno Setup. Simply execute it when the download is finished and select an empty installation directory, or the directory of a previous Hexkit version.
Starting the Programs. If you chose not to create any shortcuts during installation, double-click on Note: You should first uninstall your current Hexkit version in the following cases, so that you won’t end up with orphaned files.
User’s Guide and Scenario ManualsThe current User’s Guide is HexkitGuide.pdf (1.82 MB). This guide describes fundamental concepts, gameplay procedures, scenario design issues, computer player algorithms, and so on. The current version is 2.8, released on 24 October 2010. The only available scenario manual is CrecyGuide.pdf (534 KB) for the “Battle of Crécy” and “Battle of Poitiers” demo scenarios. Its current version is 2.0, released on 27 September 2009. You need the free Adobe Reader, available at the Adobe website, to view or print these PDF documents. Source PackageThe current source package is HexkitSource.zip (3.23 MB). This is a standard ZIP archive containing subdirectories and long file names. Extract the contents to any directory of your liking. You need Microsoft Visual Studio 2010 to load the included solution and project files, although you can also use the free Microsoft Windows SDK 7.1 for Windows 7 and .NET 4.0 to rebuild Hexkit. Both have the same system requirements as the .NET Framework 4.0 itself, but the Windows SDK also requires that you first install the full .NET Framework 4.0 – not just the Client Profile. The current version of Hexkit includes version 5.5.3 of my Tektosyne library. The current Tektosyne version is also available as a separate download, but this is not required to run or compile Hexkit. Class ReferenceThe current class reference is HexkitClasses.chm (17.4 MB). This file was created from XML source code comments using the free Sandcastle help compiler. To view the class reference, you need Microsoft’s HTML Help Viewer (which should be present on most systems). This page was last updated on 10 July 2011. Current version available at http://www.kynosarges.org/ |