Skip to content

joshimoo/HelloPygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

spent the weekend learning python and pygame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages