Skip to main content

Dodge it

Help lava blob dodge those pesky water drops


Andrew
(Andy1024Pav)
Controls: - left/right : start moving - down : stop moving - space : pause

Changes

Links

Home Page
https://github.com/2003and/dodging-game

Releases

Dodge it 1.0 — 23 Jul, 2018

Pygame.org account Comments

  • josmiley 2018-07-23 11:47

    change line 371 field_size = bg.get_rect()[2:] => field_size = bg.get_size()

    Andrew 2018-07-23 16:01

    Thanks!