WIP
Snake-Backend performs background operations with Snake-Server.
- Setup envs:
echo "SNAKE_API_ADDRESS=https://snakeonline.xyz/api" > .env
- Start Redis:
docker run --name redis --rm -d -p 6379:6379 redis
- Start workers. You have to start at least one:
dramatiq lib.actors
- Start a scheduler:
python scheduler.py
- Working with server API via CLI interface
- Show basic information about server
- Bots features
- Manage a swarm of bots
- Work with games
- Create and delete games by schedule
- Mass game creation
- Export and import map proportions
- Generating images of maps
- Daemon - walk through games and generate images
- By schedule
- Daemon - walk through games and generate images
- Snake-Server >= v4.3.0
See LICENSE.