Metadata-Version: 2.1
Name: datek-agar-core
Version: 0.1.1
Summary: Agar game core
Home-page: https://github.com/DAtek/datek-agar-core
License: MIT
Author: DAtek
Author-email: dudasa7@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: uvloop
Requires-Dist: click (>=8.0.3,<9.0.0)
Requires-Dist: datek-app-utils (>=0.3.0,<0.4.0)
Requires-Dist: msgpack (>=1.0.2,<2.0.0)
Requires-Dist: numpy (>=1.19.5,<2.0.0)
Requires-Dist: pydantic (>=1.7.3,<2.0.0)
Requires-Dist: uvloop (>=0.16.0,<0.17.0); extra == "uvloop"
Project-URL: Repository, https://github.com/DAtek/datek-agar-core
Description-Content-Type: text/markdown

[![codecov](https://codecov.io/gh/DAtek/datek-agar-core/branch/master/graph/badge.svg?token=YYOA2LGHS2)](https://codecov.io/gh/DAtek/datek-agar-core)
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
<a href="https://github.com/psf/black/blob/main/LICENSE"><img alt="License: MIT" src="https://black.readthedocs.io/en/stable/_static/license.svg"></a>

# Agar game core

The project contains the game logic, the rules of this universe, the server and an async client.
It's in early stage of development.


## Installation
If your OS is compatible with `uvloop`, install it with `pip install datek-agar-core[uvloop]`


## Usage
After installing, just type `run-server` in the terminal.
For help, type `run-server --help`

