Metadata-Version: 2.1
Name: mini_gui_games
Version: 0.0.5
Summary: small funny games
Home-page: https://github.com/Vskesha/Mini_GUI_Games
License: MIT
Keywords: games,gui,bandergoose,hanoitower,snake,tictactoe
Author: Vasyl Boliukh
Author-email: vskesha@gmail.com
Maintainer: Vasyl Boliukh
Maintainer-email: vskesha@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Games/Entertainment
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: pygame (>=2.5.2,<3.0.0)
Project-URL: Documentation, https://github.com/Vskesha/Mini_GUI_Games/blob/main/README.md
Project-URL: Repository, https://github.com/Vskesha/Mini_GUI_Games
Description-Content-Type: text/markdown

# Mini_GUI_Games
### small funny games

## Installation
### Run command 
### `pip install mini_gui_games` 
### in terminal or command line to install package with games.

## Usage
### Use command `games` or `miniguigames` or `mini_gui_games` to show list of avaialable games.
### Run commands:

    bandergoose
    hanoitower
    snake
    tictactoe

### to launch the corresponding game

## Screenshots

### HannoiTower
![](https://github.com/Vskesha/Mini_GUI_Games/blob/main/screenshots/hanoitower1.png?raw=true) | ![](https://github.com/Vskesha/Mini_GUI_Games/blob/main/screenshots/hanoitower2.png?raw=true)
:--- | :---

### TicTacToe
![](https://github.com/Vskesha/Mini_GUI_Games/blob/main/screenshots/tictactoe1.png?raw=true) | ![](https://github.com/Vskesha/Mini_GUI_Games/blob/main/screenshots/tictactoe2.png?raw=true) | ![](https://github.com/Vskesha/Mini_GUI_Games/blob/main/screenshots/tictactoe3.png?raw=true) | ![](https://github.com/Vskesha/Mini_GUI_Games/blob/main/screenshots/tictactoe4.png?raw=true)
:--- | :--- | :--- | :--- 

### Snake
![](https://github.com/Vskesha/Mini_GUI_Games/blob/main/screenshots/snake1.png?raw=true) | ![](https://github.com/Vskesha/Mini_GUI_Games/blob/main/screenshots/snake2.png?raw=true) | ![](https://github.com/Vskesha/Mini_GUI_Games/blob/main/screenshots/snake3.png?raw=true)
:--- | :--- | :--- 

### BanderGoose
![](https://github.com/Vskesha/Mini_GUI_Games/blob/main/screenshots/bandergoose1.png?raw=true) | ![](https://github.com/Vskesha/Mini_GUI_Games/blob/main/screenshots/bandergoose2.png?raw=true)
:--- | :--- 

