Metadata-Version: 2.1
Name: MYgames
Version: 0.0.3
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.0.3/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, currently there are only 2 games by me but I will release more.

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


# LICENSE

## This project is licensed under MIT

# Changelog

### 0.0.1

First release

### 0.0.2 

Failed version so I deleted the release

### 0.0.3

Bug fixes & grammar/spelling fixes













