This site requires JavaScript, please enable it in your browser!
Greenfoot back

Report as inappropriate.

Doggygaming
Doggygaming presents ...

2016/3/8

Solo Agar.io

Turn with arrow keys and eat the Orange small cells and blue small ones but dont touch the sad face and the virus

6132 views / 1576 in the last 7 days

3 votes | 0 in the last 7 days

Tags: game simulation with-source agar.io

This scenario is a member of: Best projects


open in greenfoot
Your browser is ignoring the <APPLET> tag.
A new version of this scenario was uploaded on 2016-03-08 00:26:28 UTC Nothing :p
EduLibreEduLibre

2016/3/10

Yay!
A new version of this scenario was uploaded on 2016-03-10 20:38:06 UTC Small And Very Small Dots now respawn when you eat them, soon I'll be adding a point counter.
VenbhaVenbha

2019/1/26

nice!!
VenbhaVenbha

2019/1/26

Could you add this code for its movement MouseInfo pointer = Greenfoot.getMouseInfo(); if(pointer != null) { int mouseX = pointer.getX(); int mouseY = pointer.getY(); turnTowards(mouseX, mouseY); int button = pointer.getButton(); if(button == 1) { move(20); } }

Want to leave a comment? You must first log in.

Who likes this?

Gabe1098 Venbha EduLibre