Why XBomb not another version?
Have you ever played minesweeper on a grid that is other than square in shape?Try playing on a hexagonal grid or for a challenge on a triangular grid.
The game has three levels, based on the size of the grid:
- Small 8x8 grid with 10 bombs
- Medium 16x16 grid with 40 bombs
- Large 30x16 grid with 99 bombs
- Hexagonal Easy (the endgame can be difficult)
- Square Traditional
- Triangular Difficult
Hexagonal Grid
This is the easiest of the three grids, although the endgame can be impossible. There are 6 neighbours to each of the tiles.Square Grid
This is the traditional grid shape. There are 8 neighbours to each of the tiles.Triangular Grid
This is the most difficult of the three grids by a long way. There are 12 neighbours to each of the tiles.Version Status
The latest version of XBomb is version 2.2b.Recent Changes
After 9 years without modification version 2.2 adds different colours for the different numbers and the ability to use just the left button to clear areas marked as free of mines.After another 5 years a change of website address and a bug fix make it time to release version - 2.2b.
Full History
Version 2.2b of xbomb released on Fri Aug 15 2014Version 2.2a of xbomb released on Sun Nov 29 2009
Version 2.2 of xbomb released on Tue Jan 22 2008
Version 2.1a of xbomb released on Sat Apr 10 1999
Version 2.1 of xbomb released on Sat Jan 24 1998
Version 2.0 of xbomb released on Wed May 10 1995
Download
The source code for the versions listed above are in the download directory.Subversion
The complete source code history can be browsed in the Subversion viewer which also has a list of the latest changes.The source code can be downloaded from the Subversion repository with a command like the following:
svn co http://gedanken.org.uk/svn/xbomb/trunk xbomb
Release Policy
Starting in 2013 there will be two types of software releases (if needed):Formal releases which are the traditional method used for this software with version numbers like 2.2b. These will continue to be released when there are major changes or important bug fixes and each release includes full updates for release documentation. For these releases announcements will be made on this web page and with a new file in the download directory which includes an RSS feed for notification of new files.
Informal, intermediate, releases which have not previously been used for this software and will have version numbers like 2.2b-svnxyz. These will be used for small bug fixes or minor improvements to functionality. For these releases there will only be the software and directly related documentation changes, not a complete release documentation update. These informal versions will only be available from my new web site download directory and included in the RSS feed found there.