Metadata-Version: 2.1
Name: datek-agar-core
Version: 0.1.0
Summary: Agar game core
Home-page: https://gitlab.com/datek-agar/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.9
Provides-Extra: uvloop
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: datek-app-utils (>=0.2.0,<0.3.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.14.0,<0.15.0); extra == "uvloop"
Project-URL: Repository, https://gitlab.com/datek-agar/agar-core
Description-Content-Type: text/markdown

[![pipeline status](https://gitlab.com/datek-agar/agar-core/badges/master/pipeline.svg)](https://gitlab.com/datek-agar/agar-core/-/commits/master)
[![coverage report](https://gitlab.com/datek-agar/agar-core/badges/master/coverage.svg)](https://gitlab.com/datek-agar/agar-core/-/commits/master)

# 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`

