Metadata-Version: 2.1
Name: billionfong
Version: 1.2.6
Summary: Welcome to billionfong's playground
Home-page: https://www.billionfong.com/
Author: Billy Fong
Author-email: billionfong@billionfong.com
License: UNKNOWN
Download-URL: https://github.com/billionfong/Python_Package
Platform: UNKNOWN
Description-Content-Type: text/x-rst

============
billionfong
============

Introduction
***************
This is a package created by Billy Fong.

The package aims to create 24 Billy (but only 4 are created), and some mini games for time killing.

billionfong
***************
This is the master class billionfong, with the followings:

:Subclass:   Child, IT Dog, Musician, Narcissist
:Methods:    create(personality = PERSONALITY), play(game = GAME), shout(), love()

Games
***************
There are 2 games created at this moment.

:Bingo:          Guess number between 1 to 100
:Mastermind: Guess 4 numbers between 1-6 with exact order.

Example
***************
::

  import billionfong

  billy = billionfong.create(personality = "narcissist")
  billy.love()
  billy.shout()
  billy.play(game = "mastermind")


