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

Other "eatable" kinds of tiles/objects #31

Open
thejoshwolfe opened this issue Aug 26, 2016 · 1 comment
Open

Other "eatable" kinds of tiles/objects #31

thejoshwolfe opened this issue Aug 26, 2016 · 1 comment
Labels

Comments

@thejoshwolfe
Copy link
Owner

First implemented by @Patashu in #24.

The idea is to pick apart the different mechanics of fruits and make different kinds of things like them. Here are the independent properties of fruits:

  • Immobile: doesn't fall, can't be pushed.
  • Can only be eaten/destroyed by the head of a snake, as opposed to any indirect pushing force.
  • Makes a snake grow when eaten.
  • You're required to eat/destroy all fruits to open the exit.

Some other combo ideas of the above are:

Dirt: Immobile, eaten by the head of a snake.

Foam: Immobile, can be destroyed by any indirect pushing force, but not gravity.

We can imagine more objects with other combos of the above:

Keys: mobile, can only be eaten by snake heads, (doesn't make you grow), required to open the exit.

Glass Blocks: mobile, destroyed by indirect force.

Bunch of Grapes: several fruits bound together like a block, mobile (falls, and can be moved by indirect force), each grape makes you grow when eaten, required to exit.

@XeroOl
Copy link
Contributor

XeroOl commented Aug 26, 2016

Other ideas:
Fruit that shrinks snake instead of growing. (Would be interesting in levels like my Fruit Maze level)
Fruits that are attached to blocks. (It would move in relation to the block)

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

No branches or pull requests

2 participants