Minesweeper clone created for an iOS course as a training project.
- Xcode version
8/ 9 - Swift
34
- Minefield
- Fully customizable, though only map size varies
- Randomized using Perlin Noise - GitHub/Perlin iOS
- All graphics generated using Core Graphics
- Minefield implemented using UI components intead of SpriteKit
- Menu system
- Dynamic and animated
- Mostly programmatically generated
- High scores and statistics
- Testing scaling and other functionality with an actual device
- More fireworks for the game over event
- Smoother transition for lesser devices when starting a new game
- There's some spaghetti