spent the weekend learning python and pygame
by working through the book making games with python & pygame
after finishing the book I continued reading additional sources on pythons oop constructs, generators, etc
then I went and created my own minesweeper clone
if you are an experienced developer and just looking for a quick python overview have a look at
learn x in y minutes
- OOP Class Design
- using Bit Masking to encode cell states
- nice flood fill algorithm
- Albert Sweigart for providing the excellent free ebook making games with python & pygame
- Daniel Cook for providing high quality free art
Code is published under the MIT License
Art Assets retain their respective Licenses most are CC-BY-SA