Skip to content

melindalu/mineswifter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mineswifter

A Swift implementation of Minesweeper.

  • MineswifterGame contains the game logic, in functional-ish style (algebraic data types, abuse of functions).
  • MineswifterScene contains the view logic—it's a normal SpriteKit scene.
  • No drawn sprites—only emoji.

This should run on the simulator or on any device running iOS 7.0+.

To play—tap a square quickly to reveal it, or hold longer to flag it. Hit a bomb, and you die. Uncover all the bomb-less squares and win! Tap the face to start a new game.

Releases

No releases published

Packages

No packages published

Languages