Skip to content

stevenremot/family_treasure_tale

Repository files navigation

The Family's treasure tale

Entry in PyWeek #19

URL: http://pyweek.org/e/family_treasure

Team: The Family's treasure tale

Members: Alexandre Kazmierowski, Steven Rémot

License: GPL v3, see LICENSE.txt

Running the game

On Windows or Mac OS X, locate the "run_game.pyw" file and double-click it.

Othewise open a terminal / console and "cd" to the game directory and run:

    python run_game.py

How to play the game

You are the spirit of the room. The family living in your house got a treasure, and hide it inside a "safe" place. Unfortunately, a burglar decides to visit this house tonight.

As the spirit of the room, you can move some objects, and event change the room's position in the house when no-one is inside. Do your best to protect the treasure !

When you can interact with an object, the cursor's shape changes. If clicking does not trigger anything, this means this could be done later (or sooner) in the game.

Development notes

Creating a source distribution with:

   python setup.py sdist

You can generate a Windows standalone executable using Pyinstaller. Change the path in family_treasure.spec. Simply run ;

    pyinstaller family_treasure.spec

Upload files to PyWeek with:

   python pyweek_upload.py

Upload to the Python Package Index with:

   python setup.py register
   python setup.py sdist upload

Sounds attributions

  • Window sound from Iwan "qubodup" http://qubodup.net
  • Wind sound from Lanea Zimmerman
  • The other sounds belong to the public domain

Font attribution

Font used in the menus: Bilbo by Robert E. Leuschke. This font is licensed with SIL Open Font License. http://openfontlibrary.org/en/font/bilbo

About

Pyweek #19 entry - Protect the family's treasure hidden in the room

Resources

License

Stars

Watchers

Forks

Packages

No packages published