Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 501 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 501 Bytes

PyGameTutorial

Using PyGame lib to write a simple game and do some improvement

the original tutorial

1.There are two problems in the original tutorial

  1. the rabbit can move outside the screen, there is no restriction
  2. used only one monster pics instead of four, there is no animation

2.One Secret

  1. shoot from left top to right bottom continuous can guarantee win, although the accuracy is low