Code Monkey home page Code Monkey logo

easy_puzzle_game's Introduction

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
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,
    );
);

Authors

Noor Ali Butt

GitHub Follow LinkedIn Link

Hanzla Waheed

GitHub Follow LinkedIn Link

easy_puzzle_game's People

Contributors

mhanzla80 avatar nooralibutt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.