DEV Community

Cover image for Minesweeper clone in Haskell for console
Dima
Dima

Posted on

Minesweeper clone in Haskell for console

One of the well-known HR companies has recommendation to build Minesweeper clone to prepare to their technical interview. I decided it's good idea not just to be prepared (actually, it didn't help me) but because I miss Minesweeper on my MacBook. And its classic interface is not suitable for OSX.
So I implemented it in Haskell.
Enjoy!
https://github.com/DKurilo/minesweeper
If you have any suggestion or ideas, feel free to write me.
I wanted to try Brick library:
https://hackage.haskell.org/package/brick
and this app was a great chance to do it.
So I found it's very easy to build console app with Brick. I used this great tutorial:
https://github.com/jtdaugherty/brick/blob/master/docs/samtay-tutorial.md
It took only two days to understand Brick and write Minesweeper clone.

I'm looking for a job now. In case you need good enough developer, here is my resume (you can also other my projects :) ):
https://github.com/DKurilo/dima-kurilo-resume/blob/master/Dima-Kurilo-resume.pdf

Top comments (0)