Skip to main content

pyFrogger - 0.1

PyFrogger is a clone of the original game Frogger, made with python and pygame.


Pierre-Alain Dorange
(padorange)
PyFrogger is a clone of the original game Frogger, made with python and pygame. It serve as a sample to developand used FGame, my own module over pygame for arcade game developement.

Changes

Links

Home Page
http://pyfrogger.sourceforge.net/
Source
https://sourceforge.net/projects/pyfrogger/files/pyFrogger%200.1.zip/download

Releases

pyFrogger 0.1 — 27 Oct, 2009

Pygame.org account Comments

  • Thom 2013-10-24 10:56

    Hi there,

    I'm trying to execute this code on a Rasperry Pi.

    Whenever I attempt to run the script using IDLE, the error message reads

    Loading Widget : IOError, file widget.ini do not exist
    Cannot load image: data/background.png

    Both of these files definitely do exist in the right place and are not corrupt!

    Would appreciate any advice

  • daniel 2015-01-27 04:04

    .INI is a sutup file may you need to write open data.png and background.png in side a widget.INI file! i hope this may help you with the problem