You've already forked Documentation
mirror of
https://github.com/FullScreenShenanigans/Documentation.git
synced 2026-04-28 13:03:28 -07:00
1.4 KiB
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:
- Components and Modules
- Things
- Inputs
- Runtime
- Events
- Any remaining guides in any order.