Welcome!
Hello! Welcome to Fancade, the mobile app where you can play thousands of games, or make your own!
Play
Most users start by playing Quest and then explore the Arcade. (Get the best experience with Premium.)
Build
What makes Fancade truly unique is that all those games were made with the app itself! And you can build your own games, and even script entirely new mechanics.
Search this wiki using the box above. If you can't find answers to your questions, visit our Discord chat for help, and to expand the wiki!
All pages
- Arcade.md
- Are there fonts in Fancade?.md
- Beta.md
- Blocks/AND.md
- Blocks/Absolute.md
- Blocks/Accelerometer.md
- Blocks/Add Constraint.md
- Blocks/Add Force.md
- Blocks/Add Numbers.md
- Blocks/Add Vectors.md
- Blocks/Angular Limits.md
- Blocks/Angular Motor.md
- Blocks/Angular Spring.md
- Blocks/Axis Angle.md
- Blocks/Box Art Sensor.md
- Blocks/Break Rotation.md
- Blocks/Break Vector.md
- Blocks/Ceiling.md
- Blocks/Collision.md
- Blocks/Combine.md
- Blocks/Comment.md
- Blocks/Cos.md
- Blocks/Create Object.md
- Blocks/Cross Product.md
- Blocks/Current Frame.md
- Blocks/Decrease Number.md
- Blocks/Destroy Object.md
- Blocks/Distance.md
- Blocks/Divide.md
- Blocks/Dot Product.md
- Blocks/Equal Numbers.md
- Blocks/Equal Objects.md
- Blocks/Equal Truths.md
- Blocks/Equal Vectors.md
- Blocks/False.md
- Blocks/Floor.md
- Blocks/Get Position.md
- Blocks/Get Size.md
- Blocks/Get Variable.md
- Blocks/Get Velocity.md
- Blocks/Greater Than.md
- Blocks/If.md
- Blocks/Increase Number.md
- Blocks/Inspect.md
- Blocks/Inverse.md
- Blocks/LERP.md
- Blocks/Late Update.md
- Blocks/Less Than.md
- Blocks/Line vs Plane.md
- Blocks/Linear Limits.md
- Blocks/Linear Motor.md
- Blocks/Linear Spring.md
- Blocks/List Element.md
- Blocks/Logarithm.md
- Blocks/Look Rotation.md
- Blocks/Loop.md
- Blocks/Lose.md
- Blocks/Make Rotation.md
- Blocks/Make Vector.md
- Blocks/Max.md
- Blocks/Min.md
- Blocks/Modulo.md
- Blocks/Multiply.md
- Blocks/NOT.md
- Blocks/Negate.md
- Blocks/Normalize.md
- Blocks/Number.md
- Blocks/OR.md
- Blocks/Pass Through.md
- Blocks/Play Sensor.md
- Blocks/Play Sound.md
- Blocks/Power.md
- Blocks/Random Seed.md
- Blocks/Random.md
- Blocks/Raycast.md
- Blocks/Rotate.md
- Blocks/Rotation.md
- Blocks/Round.md
- Blocks/Scale.md
- Blocks/Screen Size.md
- Blocks/Screen To World.md
- Blocks/Set Bounciness.md
- Blocks/Set Camera.md
- Blocks/Set Friction.md
- Blocks/Set Gravity.md
- Blocks/Set Light.md
- Blocks/Set Locked.md
- Blocks/Set Mass.md
- Blocks/Set Position.md
- Blocks/Set Reference.md
- Blocks/Set Score.md
- Blocks/Set Variable.md
- Blocks/Set Velocity.md
- Blocks/Set Visible.md
- Blocks/Sin.md
- Blocks/Stop Sound.md
- Blocks/Subtract Numbers.md
- Blocks/Subtract Vectors.md
- Blocks/Swipe Sensor.md
- Blocks/Touch Sensor.md
- Blocks/True.md
- Blocks/Vector.md
- Blocks/Volume Pitch.md
- Blocks/Win.md
- Blocks/World To Screen.md
- Build.md
- Build/ How to make a player move by swiping in direction .md
- Build/Are there any video tutorials?.md
- Build/Basics of Tweening.md
- Build/Box Art Button.md
- Build/Can I copy or paste blocks between levels and games?.md
- Build/Can't change editing option.md
- Build/Can't find buttons, motors, characters?.md
- Build/Can't move camera in edit mode.md
- Build/Editing options.md
- Build/Getting started?.md
- Build/How can I delete a block?.md
- Build/How do I attach a wire to a block when they don't both fit on screen?.md
- Build/How do I get physics?.md
- Build/How do I make my own custom blocks?.md
- Build/How do you rotate blocks?.md
- Build/How glue makes blocks stick together and form larger objects.md
- Build/How many custom blocks can I nest inside each other?.md
- Build/How to convert traditional loop into new Loop block?.md
- Build/How to create a copy of a custom block to edit it separately from the original?.md
- Build/How to get your game featured.md
- Build/How to make a stair?.md
- Build/Is there a limit to how many blocks I can use?.md
- Build/Publish.md
- Build/What is one block size?.md
- Build/What is the maximum amount of levels a game can have?.md
- Build/What screen aspect ratio should I design my game for?.md
- Build/Which direction is X,Y,Z?.md
- Build/Why did the character break when I edited it?.md
- Change or Forgot Password.md
- Constraints.md
- Discord.md
- Drive Mad Kit 2.md
- Events/FanJam.md
- Execution Order.md
- Fancade colors Hex format.md
- Game doesn't appear on search.md
- Games/Drive Mad.md
- Games/Fixel.md
- Games/Gobble.md
- Games/Longcat.md
- Games/Multislide.md
- Games/Odd Bot.md
- Games/Tumble.md
- Home.md
- How do I copy or paste blocks?.md
- How do I randomly generate either -1 or 1?.md
- How do I send a game as a bug report?.md
- How do I sync games to my new phone?.md
- How to change an object's collider during gameplay?.md
- How to get high score verified ?.md
- How to publish a game.md
- How to share game link.md
- How was Fancade made, language, tools?.md
- Kits/Advanced tricks of Pivot Kit.md
- Kits/Game Kit.md
- Local multi-player games.md
- Martin Magni.md
- Quest.md
- Script/Angle between two vectors.md
- Script/Basic scripting.md
- Script/Blocks.md
- Script/Can I avoid using IF for X = Y statements?.md
- Script/Can I avoid using IF for X greater than Y.md
- Script/Can we change pos smoothly like LERP?.md
- Script/How can I add a Virtual Gamepad or UI Buttons to my game?.md
- Script/How can I attach several script block wires to one input?.md
- Script/How can I force a screen to be locked either horizontal or vertical?.md
- Script/How can I put a script into the script block?.md
- Script/How do I execute a script every second?.md
- Script/How do I get the block that the script is in?.md
- Script/How do I know which object is being tapped?.md
- Script/How do I make a timer count down from 60 seconds?.md
- Script/How do I make a variable global?.md
- Script/How do I make an object be always looking at another object?.md
- Script/How do I make an object go in the direction its facing?.md
- Script/How do I rotate an object towards another object at a constant speed?.md
- Script/How do loops work?.md
- Script/How do you make the Collision work only for specific objects?.md
- Script/How many frames per second?.md
- Script/How to add "speed limit" to a physical object?.md
- Script/How to attach a wire to a block?.md
- Script/How to attach several wires to the same input of a script?.md
- Script/How to change the background color on play?.md
- Script/How to check if something is on the floor?.md
- Script/How to check whether I'm pressing on the left or right side of the screen?.md
- Script/How to create multiple objects and process them all at once?.md
- Script/How to determine if a number is valid, NaN or Inf?.md
- Script/How to get the speed (scalar) of an object?.md
- Script/How to loop over a small set of known variables easily?.md
- Script/How to make a list of list or a 2D list?.md
- Script/How to make a timer event?.md
- Script/How to make the player win when it reaches a certain height?.md
- Script/How to properly attach ports on custom script blocks?.md
- Script/How to provide a default value as input for my scripts?.md
- Script/How to rename custom script block plug labels?.md
- Script/How to round number to the nearest multiple of X?.md
- Script/How to show the script blocks and wires in play mode, box art?.md
- Script/How to subtract rotations?.md
- Script/How to turn several truth values into one number?.md
- Script/Is there a limit for scripts?.md
- Script/Limitations in Fancade scripting.md
- Script/PD controller?.md
- Script/Raycast in same direction as block.md
- Script/What zoom will fit a given number of blocks on screen?.md
- Script/Why are the wires and plugs in my script invisible?.md
- Script/Why does my physics object not fall?.md
- Script/Why is created block not detected by raycast?.md
- Script/Why my script block is only able to see Index 0 of a list?.md
- Script/Why won't my sound play?.md
- Version History.md
- ViChyavIn.md
- Visual scripting.md
- What are some common problems related to execution order?.md
- What platforms does Fancade support?.md
- Wiki.md
- Will there be multi-player?.md
- You.md
- getting_started.md
- uploads/example_2.txt