Elm Minesweeper

💣

Date: 2021-10-06

Built this Minesweeper game clone using Elm languange while learning the language and functional style of programming

I have for a long time been fascinated by functional programming. I have never done a full project with functional style, using only immutable data structures, pure functions etc. So I took this as a challenge to see how I can model this game under functional constraints. I learned the systax, which is a lot of work but also very rewarding.

I made use of flex methods to style thing properly. The height and width can be changed and everything stayed centered an in layout. I used emojis for the icons to keep it basic.

Screenshots

Screenshot 1Screenshot 2Screenshot 3

Links