Metadata-Version: 2.4
Name: coderius-play
Version: 3.3.0
Summary: The easiest way to make games and media projects in Python.
Home-page: https://github.com/Coderius-Education/play
Author: koen1711
Author-email: koen@coderius.nl
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy==2.2.6; python_version < "3.14"
Requires-Dist: numpy==2.4.1; python_version >= "3.14"
Requires-Dist: pygame-ce==2.5.7
Requires-Dist: pymunk==7.2.0
Requires-Dist: pytest==9.0.2
Requires-Dist: pytest-cov>=5.0.0
Requires-Dist: hypothesis>=6.0.0
Requires-Dist: screeninfo==0.8.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# coderius-play
The goal of coderius-play is to help starting programmers to become more capable in programming Python.

## Installation
```bash
pip install coderius-play
```

## Usage
Please visit [the documentation](https://play.coderius.nl/).

## Testing
```bash
pytest --forked tests
```

## Contributing
We welcome contributions! If you'd like to contribute, please follow these steps:

- Fork the repository.

- Create a new branch (git checkout -b feature/your-feature-name).

- Commit your changes (git commit -m 'feat: Add a new feature').

- Push to the branch (git push origin feature/your-feature-name).

- Open a Pull Request.

Good luck and happy coding!

## License
This project is licensed under the [MIT License](LICENSE)

## Acknowledgements
- [Koen](https://github.com/koen1711)
- [Marten Postma](https://github.com/MartenPostma)
