Skip to content
Snippets Groups Projects
README.md 1.72 KiB

open-baba

A simple browser clone of the Baba Is You rules-as-gameplay game mechanic

Try It Here

Screenshot from 2019-07-11 23-05-03

Running it

  • Clone this repository
  • cd open-baba && npm install
  • npm start

Game objects

Everything is a Noun or an Adjective.

Nouns consist of a name, an image for the text component and an image for the entity component. The hold a bag of adjectives that dictate their collision interactions with other bags-of-adjectives (nouns)

Adjectives consist of a name, an image for the text component and a set of rules for when other adjectives collide with them. At present there are a preset number of responses to a collision, and only "is-moved" and "stop" have been implemented.