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

Adventure Game Machines #2

Open
NeonScripter opened this issue Nov 4, 2021 · 18 comments
Open

Adventure Game Machines #2

NeonScripter opened this issue Nov 4, 2021 · 18 comments

Comments

@NeonScripter
Copy link
Collaborator

If you add a machine to an adventure game, players can insert either objects, attributes, money, or multiple of them and get something out of it. (new rooms, objects, money, attributes, creatures, many things!)

An example of a machine is in a lab, there is a machine that gives you a robot pal if you insert a computer.

@tecimovic
Copy link
Owner

Does a machine always do the same thing? or are there probabilities involved?

@NeonScripter
Copy link
Collaborator Author

Does a machine always do the same thing? or are there probabilities involved?

They don't always have to do the same thing.

@tecimovic
Copy link
Owner

Can a machine move around, or is it fixed in one room?

@NeonScripter
Copy link
Collaborator Author

Can a machine move around, or is it fixed in one room?

No. It's not a robot.

@tecimovic
Copy link
Owner

Ok. Cool. So to summarize:

  • machine is fixed in a room
  • machine has internal logic that decides what happens
  • user interacts with a machine.

Question:
what are the commands that the player types to use the machine? Can you post an example of the interaction with a machine?

@NeonScripter
Copy link
Collaborator Author

NeonScripter commented Nov 4, 2021

Ok. Cool. So to summarize:

  • machine is fixed in a room
  • machine has internal logic that decides what happens
  • user interacts with a machine.

Question: what are the commands that the player types to use the machine? Can you post an example of the interaction with a machine?

use machine

insert object1

take object2

@jecimovic
Copy link
Collaborator

can the machine only turn things into other things, or can it also duplicate and stuff.

@NeonScripter
Copy link
Collaborator Author

can the machine only turn things into other things, or can it also duplicate and stuff.

It can duplicate.

@jecimovic
Copy link
Collaborator

but can it move around if you want it to

@jecimovic
Copy link
Collaborator

can it also turn the player into things

@NeonScripter
Copy link
Collaborator Author

can it also turn the player into things

Daddy already asked the first question. The answer was: "No. It's not a robot". Yes. It can turn the player into things.

@jecimovic
Copy link
Collaborator

can it also turn the player into things

Daddy already asked the first question. The answer was: "No. It's not a robot". Yes. It can turn the player into things.

oh

@jecimovic
Copy link
Collaborator

can it do anything you want it to do? like turn a mean monster nice?

@NeonScripter
Copy link
Collaborator Author

can it do anything you want it to do? like turn a mean monster nice?

Yeah, it can turn a mean monster nice.

@jecimovic
Copy link
Collaborator

can it do anything you want it to do? like turn a mean monster nice?

Yeah, it can turn a mean monster nice.

yeah but can it do anything you want?

@NeonScripter
Copy link
Collaborator Author

can it do anything you want it to do? like turn a mean monster nice?

Yeah, it can turn a mean monster nice.

yeah but can it do anything you want?

what does "anything you want" mean?

@jecimovic
Copy link
Collaborator

can it do anything you want it to do? like turn a mean monster nice?

Yeah, it can turn a mean monster nice.

yeah but can it do anything you want?

what does "anything you want" mean?

when i say "anything" i mean ANYTHING!

@NeonScripter
Copy link
Collaborator Author

can it do anything you want it to do? like turn a mean monster nice?

Yeah, it can turn a mean monster nice.

yeah but can it do anything you want?

what does "anything you want" mean?

when i say "anything" i mean ANYTHING!

like create anything that starts with the letter "n"?

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

3 participants