Metadata-Version: 2.1
Name: theory-game
Version: 1.7
Summary: A package for EGE 19-21 tasks in computer science dedicated to game theory
Home-page: https://pypi.org/
Author: Denis Perkov
Author-email: denisperkov0@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

This package is designed to simplify the tasks of 19-21 EGE in computer science, which are dedicated to game theory.

Provided two classes (Game1, Game2) for one and two heaps respectively. Class Game is abstract and parent to others.

