GithubHelp home page GithubHelp logo

puzzle-game's Introduction

puzzle-game

js+html+css实现的拼图游戏

功能点

  1. 旋转图片

使用canvas的旋转实现,为提高效率及小方格大小处理,先读取图片并旋转,然后再进行分割处理。

  1. 打散图片

为保证可还原性,采用二维数组,将二维数组中的元素逐行逐列随机进行上下或左右移动。

  1. 拖动及还原判断

在进行图像分割时记录每个元素的正确顺序,打散后标记每个元素的坐标位置。在进行拖动操作时,坐标差绝对值之和不得大于1(只能相邻元素直接移动),拖动结束后交换当前元素与目标元素,并更新坐标,同时判断元素顺序是否与初始顺序一致,若一致则还原成功。

参考

puzzle-game's People

Contributors

mufeng510 avatar

Stargazers

 avatar

Watchers

 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.