cyber.cell.480p.mp4
🔊 This video includes sound
Cyber-cell is a simple program that runs a bot for the popular browser game Agar.io.
The bot’s goal is to grow by collecting pellets while avoiding enemies to maximize its survival time and size.
Ensure Chocolatey is installed and available in your system PATH.
git clone https://github.com/samikhayati/cyber-cell
cd cyber-cell
choco install cmake
choco install opencv --package-parameters="/Environment"
cmake -B build -DCMAKE_BUILD_TYPE=Debug -DOpenCV_DIR="C:\tools\opencv\build"
cmake --build build --config Debug
Before running the executable, open your browser, navigate to Agar.io, and start a game.
.\build\Debug\agarioplaybot.exe
Use key0 to close the program.