Getting Started

Installation#

To use Ravens, install it using npm or yarn:

# With npm
npm install @ravens-engine/core
# With yarn
yarn add @ravens-engine/core

Learn Ravens#

Depending on how you like to learn new technologies, we provide multiple ways to learn Ravens.

Keep in mind that Ravens has a certain learning curve, and that it can take before some concepts can be properly understood.

Through the tutorial#

There is a step-by-step tutorial that guides you through the creation of a Tic Tac Toe using Ravens.

Through examples#

If you prefer to learn by looking at existing projects, here is a list:

  • Tic Tac Toe: The result of the tutorial mentionned above. Contains an implementation of Tic-Tac-Toe with Ravens.
  • Hopefully, more examples will come! ๐Ÿ™‚