Number Math Path Puzzle.
Overview
Creator:
Alucard648
Added: 04 Jun 2024
Tags:
FFC
Downloads: 8
|
View Script
Download Package (992.11 KB) |
Information
Mathematical maze. Made on request by SkyFlare.
Description Setup Reviews Comments
1. Set up sequence of combos for Math tiles, the sequence must be following: ">=, <=, >, <, =, /, *, -, +, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9";
2. Build the puzzle using combos from step 1. Examples of puzzles are shown in demo.
3. Flag all combos used for puzzle with CF_MATH_PATH_PUZZLE combo flag.
4. Place invisible FFC with combo depicting "0" as combo and assigned script at starting position.
D0 - 0 - adjacent number path sequence, 1 - math expression composing puzzle.
D1 - target combo position to solve the puzzle.
D2 - X coordinate to render current total using FONT_MATH_PATH_TOTAL
D3 - Y coordinate to render current total using FONT_MATH_PATH_TOTAL
ffc script NumberMatchPath{
2. Build the puzzle using combos from step 1. Examples of puzzles are shown in demo.
3. Flag all combos used for puzzle with CF_MATH_PATH_PUZZLE combo flag.
4. Place invisible FFC with combo depicting "0" as combo and assigned script at starting position.
D0 - 0 - adjacent number path sequence, 1 - math expression composing puzzle.
D1 - target combo position to solve the puzzle.
D2 - X coordinate to render current total using FONT_MATH_PATH_TOTAL
D3 - Y coordinate to render current total using FONT_MATH_PATH_TOTAL
ffc script NumberMatchPath{