Skip to content

JacobSampson/agar.aio

Repository files navigation

agar.aio

Bot for the online multiplayer game agar.io. Trained with a local Node.js server modified from juslee/agar-io-clone


Jacob Sampson
JacobSampson

About

See report.pdf for a full report

Getting Started

Requirements

  • Python
  • Graphviz
    • conda install graphviz
  • Docker
    • docker-compose

Running

Run sh train.sh to start training program

Run the local Node.js server on a specific port

SERVER_PORT=3000 docker-compose -f servers/gulp/docker-compose.yaml up --build

Tips

# Shows the IP address of the running server
`docker-machine inspect default | grep IPAddress`

# Stop and remove all Docker images
docker kill $(docker ps -q)
echo "y" | docker container prune

About

Bot for the online multiplayer game agar.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published