Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.37 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.37 KB

Hello Pygame

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

Mine Sweeper

  • OOP Class Design
  • using Bit Masking to encode cell states
  • nice flood fill algorithm

MineSweeper Screenshot

Other Games

Credits

Disclaimer

Code is published under the MIT License
Art Assets retain their respective Licenses most are CC-BY-SA