Informations
Installation
How to install?
Installation via TestPyPi
How to install MaxPyGame on TestPyPi
- Press Windows Key+R
- Type "cmd"
- Press Enter
- Paste the following code:
pip install -i https://test.pypi.org/simple/ maxpygame
- Press Enter and wait installation ends.

Installation via GitHub
How to install MaxPyGame on GitHub
- Press Windows Key+R
- Type "cmd"
- Press Enter
- Paste the following code:
pip install git+https://github.com/MrJuaumBR/maxpygame.git
- Press Enter and wait installation ends.

Installation via Direct File
How to install MaxPyGame directly
- Download the most recent version of MaxPyGame from GitHub Wheel/whl file type.
- Put it into your project folder
- Run the command into your Command Prompt:
pip install maxpygame-{{version}}-py3-none-any.whl
- Press Enter and wait installation ends.

Examples
You can see all the examples into the page: Examples(GitHub)
