Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Follow Api to Actors #77

Closed
eonarheim opened this issue Nov 2, 2013 · 1 comment
Closed

Add Follow Api to Actors #77

eonarheim opened this issue Nov 2, 2013 · 1 comment
Assignees
Milestone

Comments

@eonarheim
Copy link
Member

Something like this

var actor1 = new Actor();
var actor2 = new Actor();
actor1.follow(actor2);

We also want to consider the path it takes and the follow distance

@ghost ghost assigned jedeen Nov 11, 2013
jedeen added a commit that referenced this issue Dec 20, 2013
completing #77 Add Follow Api to Actors
jedeen added a commit that referenced this issue Dec 21, 2013
completing #77 "Add Follow Api to Actors"
@eonarheim
Copy link
Member Author

Implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants