Hexagonal Minesweeper Game
Juwal Bose
$6.60
(no ratings)
Date |
Price |
---|---|
日時 |
価格($) |
03/17(2018) |
6.6 |
11/23(2024) |
6.6 |
Jump AssetStore
Beginner friendly hexagonal minesweeper game full project. Two different alignment code is provided with corresponding scenes. The included helper class can be used to create new games based on hexagonal logic. It can be used for learning purposes or as the base to create a commercial game.
The features include.
• Hexagonal helper classes for vertically aligned & horizontally aligned grids with odd offset
• Helper classes do hexagonal coordinates conversion (offset, axial, cubic)
• Helper classes do screen position to axial coordinate & axial coordinate to screen position
conversion
• Helper classes find out the neighbours of a given hexagonal tile
• Minesweeper game logic
• Horizontal & Vertically aligned hexagonal layouts handled
• Grid can be of any shape or size by simply altering the level array
• Fully commented c# source code
• Works on PC/MAC/IOS and Android (WebGL not tested, but should work)
• Beginner friendly