Files
Documentation/Getting Started.md
2017-05-08 23:34:05 -07:00

1.4 KiB

This is the general getting started guide for all FullScreenShenanigans projects. The guide will show you how to download and run any FullScreenShenanigans game as well as teach you about how to use the console to interact with the game.

Development

First set up your system using the steps in Development.

Using the Console

You can use your browser's developer tools to interact with the game. FullScreenShenanigans projects store their game instances globally with an acronym for the project title.

FSP.gamesRunner.pause();
setTimeout(() => FSP.gamesRunner.play(), 1000);

In this case, FSP is the acronym for FullScreenPokemon.

Tutorials

There's no definitive guide through the documentation yet. For now, read through guides in this order:

  1. Components and Modules
  2. Things
  3. Inputs
  4. Runtime
  5. Events
  6. Any remaining guides in any order.