Metadata-Version: 2.1
Name: common-game-maths
Version: 1.0.3
Summary: A small package consisting of common math objects used in creating games
Home-page: https://github.com/AlexanderFL/common-game-maths
Author: Alexander Freyr
Author-email: alex@alexfreyr.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/AlexanderFL/common-game-maths/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Common game maths

## About
This package provides access to common math objects that are useful when creating games.

## Why?
I found myself constantly rewriting these classes for each project I was starting, so for simplicity, decided to make them into a package



