Skip to content

Releases: koterba/Burtle

v0.9.4

20 Apr 18:24
3940acd
Compare
Choose a tag to compare

Removed debug print statements :p

v0.9.3

20 Apr 17:49
bd46114
Compare
Choose a tag to compare

Refactored the code

v0.9.2

20 Apr 14:24
b445d9e
Compare
Choose a tag to compare

Small patches
fixed imports issue

v0.9.1

20 Apr 14:20
c5ed743
Compare
Choose a tag to compare

fix to default images included with package

v0.9

20 Apr 14:08
c1db3f7
Compare
Choose a tag to compare

Added spacebar to event keys under the name "space"

v0.8

20 Apr 08:39
0f21bfa
Compare
Choose a tag to compare

Better key press detection:

from Burtle import events

for event in events():
    if "w" in event:
        pass

v0.7

19 Apr 18:55
61a7ba7
Compare
Choose a tag to compare

Added gravity

v0.6

07 Apr 19:56
cfb519e
Compare
Choose a tag to compare
  1. Default images for burtles now include: "white_rectangle", "black_rectangle", "white_circle" and "black_circle"
  2. Images can now properly rotate using the "rotate" method

v0.5

07 Apr 18:47
853c425
Compare
Choose a tag to compare
  1. Rotate a burtle/image along with its hit-box

0.4

06 Apr 21:22
8022fe6
Compare
Choose a tag to compare
0.4
  1. All image types are supported now, they will be converted into gif's
  2. You can add images to burtles that were not initialized with one originally, using the change_image(image_path) method
  3. Cleaner code