Code Monkey home page Code Monkey logo

Comments (2)

enkiv2 avatar enkiv2 commented on September 25, 2024

You'd prefer to have it be a priority queue rather than a regular queue?

On Tue, Nov 12, 2013 at 2:25 PM, catseye [email protected] wrote:

Currently, when an Animate talks to an Animate, the receiving Animate's
"topic" is set (and the next time they take a turn, they respond to that
topic.)

When there are only two characters, this is not a huge problem.

But if there are three characters, and two characters talk to the third,
the third will only remember (and respond to) the last one who talked to
them.

Otoh, remembering and responding to everything every other character said
to you isn't realistic either and could, I imagine, easily balloon out of
control. The "best" solution would be to prioritize it somehow, based on
what's most attention-holding to that character. (and I think we can assume
that being held at gunpoint is fairly highly attention-grabbing, yes.)


Reply to this email directly or view it on GitHubhttps://github.com//issues/11
.

from the-swallows.

 avatar commented on September 25, 2024

I think it's closer to a priority queue than a plain old queue, but I think it is actually an "or something". If five people talk to you all at once, you'll respond to one, and maybe you'll remember what one or two others said, but most likely you'll just remember that they said something, and after finishing the first conversation, you'll be like, "What was it you wanted to say, back when five people were talking to me at once?"

All I meant to raise in this issue is that the current mechanism is pretty unrealistic, so, what would be a good way to make it slightly less unrealistic?

from the-swallows.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.