Are there any video tutorials?
Why yes!
Gunnel Magnusson has a whole YouTube channel full of videos on the simplest way to get started making games using kits:
- Edit, paint a block, remove a level, rename a game, publish a game
- Make a new level, change background color, copy a level, update a game
- Select block, repaint a block, remove a block, copy a block
- Select many blocks, take the copy and paste, multiply a chair
- Change a block to a window, a chair and a picture
- Search games, ”can edit anything” use blocks from other creators
- Ask for help, Discord server
- Fixel kit, follow the instructions
- Search Fixel games
- Name of blocks, glue
- Search Hole games
- Look inside a script block, copy and paste blocks
- Use blocks made by other creators, rotate a block, use two script blocks: set position and rotation
- Move a whole building from one game to another!
Mathias Elgaard made an entire YouTube tutorial series introducing Fancade scripting:
- Values and Variables
- Basic Math
- Control Wires
- If Statements
- Loops
- Moving and Rotating Objects
- Creating and Destroying Objects
- Camera and Light
- Lists
Martin made a video showing how you can make an entirely new game from scratch:
G-Progress made hard and small tutorials and Script .
- Make roket game with gravity://www.youtu.be/HF16IRPiS40
- Make jumping spring for your car game://www.youtu.be/SSL6GdhTWN4
- Top easy ways for destroy Object://www.youtu.be/k0DLQwSwq7A
- Find any created object position ,rotation etc+Use raycast in all created Object://www.youtu.be/WR-J7rEgJm4
- First person cam ://www.youtu.be/vFN3WqriHuU
Spolarium made several tutorials on how to make games from scratch:
- How to make Fall Off in Fancade
- How to make Pong in Fancade
- How to make Simon in Fancade
- How to make Snake in Fancade
- How to make Concentration in Fancade
- How to make Sokoban in Fancade
Olle Landin made a video for those who're used to writing code:
JoshuaTNTGamer made several video tutorials:
- Long Tap Sensor Tutorial
- How to make a Duet Game
- How to make a Musical Line Game
- How to Glue 2 Objects using Constraints
- Player and Enemy Tutorial
Benjamin Mathew made a tutorial on physics script blocks: