Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datek/datek-agar-core
https://github.com/datek/datek-agar-core
agario python
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/datek/datek-agar-core
- Owner: DAtek
- License: mit
- Created: 2022-02-06T09:14:33.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T06:08:54.000Z (12 months ago)
- Last Synced: 2024-04-28T05:07:33.122Z (9 months ago)
- Topics: agario, python
- Language: Python
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![codecov](https://codecov.io/gh/DAtek/datek-agar-core/graph/badge.svg?token=YYOA2LGHS2)](https://codecov.io/gh/DAtek/datek-agar-core)
# 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`