easy_puzzle_game

Creator: coderz1093

Last updated:

0 purchases

easy_puzzle_game Image
easy_puzzle_game Images

Languages

Categories

Add to Cart

Description:

easy puzzle game

Easy Puzzle Game #
Features #

Support for Puzzles
Support for Puzzles asset and network images

How to use #

A 3x3 puzzle board visualization:

┌─────1───────2───────3────► x
│ ┌─────┐ ┌─────┐ ┌─────┐
1 │ 1 │ │ 2 │ │ 3 │
│ └─────┘ └─────┘ └─────┘
│ ┌─────┐ ┌─────┐ ┌─────┐
2 │ 4 │ │ 5 │ │ 6 │
│ └─────┘ └─────┘ └─────┘
│ ┌─────┐ ┌─────┐
3 │ 7 │ │ 8 │
│ └─────┘ └─────┘

y
copied to clipboard
await const EasyPuzzleGameApp(
title: 'Puzzle',
/// this is the puzzle full image
puzzleFullImg:
'https://github.com/mhanzla80/easy_puzzle_game/raw/master/puzzle.png',
/// this is the puzzle block images, you have to pass the folder path in which images are present.
/// if rows and columns are 3 the 3x3=9
/// if rows and columns are 4 the 4x4=9
puzzleBlockFolderPath:
'https://github.com/mhanzla80/easy_puzzle_game/raw/master/blocks',
/// this is the number of puzzle rows and columns.
puzzleRowColumn: 4,
);
);
copied to clipboard
Authors #
Noor Ali Butt

Hanzla Waheed

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.