Metadata-Version: 2.1
Name: MYgames
Version: 0.1
Summary: Simple games to play
Home-page: https://github.com/MandiYang/MYgames
Author: Mandi Yang
Author-email: yangmandi2008@gmail.com
License: MIT
Download-URL: https://github.com/MandiYang/MYgames/releases/download/0.1/MYgames.zip
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.5
Description-Content-Type: text/markdown

# Game package info

This is my first simple python package on [PyPi](https://pypi.org/).

You can play some games with this package.

I am not an adult and not a native English speaker so the text can be hard to read. You are welcome to suggest improvements or bug fixes.


# Usage

## rock paper and scissors

Running on terminal or command prompt:


    python3 -m MYgames.rock_paper_scissors

example game when I loosed:

```
Welcome to my game, rock, scisscors and paper.
Choose your weapon below

 rock
 scissors
 paper
: paper
computer:scissors vs you:paper
you loose
play_again? yes/no: no
```

## Memory

Running on terminal or command prompt:


    python3 -m MYgames.memory

## Guess_animal

Running on terminal or command prompt:

      python3 -m MYgames.guess_animal

If you get more than 2 score then it will appear a "You are a genius :)" text

# LICENSE

## This project is licensed under MIT

# Changelog

### 0.0.1

First release

### 0.0.2

Failed release so I deleted the release

### 0.0.3

Bug fixes & grammar/spelling fixes

### 0.1

Added game:

Guess_animal


