Skip to content

jyotirmoy-paul/planets

Repository files navigation

Planets | Best Execution Winner 🏆

Can you put together the planets of our solar system? An interplanetary slide puzzle, powered by Flutter.

My Flutter Puzzle Hack submission

Build the app

To get the best experience in web, please always use canvaskit while building the app

flutter build web --web-renderer canvaskit

Links

Screenshots

Inspiration

"Planets" was inspired by the idea of being able to play a slide puzzle of animations instead of texts, numbers, or images.

Highlights:

  • Slide puzzle with an animation
  • Auto solver
  • 3 different puzzle levels
  • Made for all screens
  • Available for web, ios, android & windows

What's next for Planets

Going forward, I have the following points that I would love to add in "Planets"

  • Adding an efficient auto solver, using a heuristic search algorithm - as the current solver algorithm, though easy to understand, is too slow.
  • Improve the image and animation assets, namely the planets, the landscape images, and the overall theme of the app.
  • Support for extreme(6x6) & pro(7x7) puzzle levels
  • Add support for a different language.
  • Most importantly, discovering a different way to slice up the puzzle pieces to improve performance.

Build With

License

MIT License

Copyright (c) 2022 Jyotirmoy Paul

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Contributing to Puzzle

All pull requests are welcome