nehal076 / flutter-puzzle-hack

https://wayforball.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Way for Ball

A slide Flutter Game.

This engaging puzzle game is really simple, but challenging at the same time. The aim is straightforward – guide your ball through the maze to the exit area. The ball will not roll until you have completed the route. To create the route you must move each individual pattern and solve the puzzle. This is exactly the same as the classic jigsaw sliding games, just digital!

Some tiles are movable some are not. One with bolts on them is not movable.

The graphics are smooth, and the puzzles become increasingly difficult. This game tests your skill and logic, and is great fun to play!

Play here

WayForBall

How to contribute:

  • Drop a ⭐ on the Github repository (optional)

  • Before Contribute Please read CONTRIBUTING.md and CODE_OF_CONDUCT.md

  • Create an issue of the project or a feature you would like to add in the project and get the task assigned for youself.(Issue can be any bug fixes or any feature you want to add in this project).

  • Fork the repo to your Github.

  • Clone the Repo by going to your local Git Client in a particular local folder in your local machine by using this command with your forked repository link in place of below given link:
    git clone https://github.com/nehal076/flutter-puzzle-hack

  • Create a branch using below command. git branch <your branch name>

  • Checkout to your branch. git checkout <your branch name>

  • Add your code in your local machine folder. git add .

  • Commit your changes. git commit -m"<add your message here>"

  • Push your changes. git push --set-upstream origin <your branch name>

  • Make a pull request! (compare your branch with the owner main branch)

Contributors


Thanks to these amazing people

About

https://wayforball.web.app/


Languages

Language:Dart 92.8%Language:HTML 5.1%Language:Ruby 1.5%Language:Swift 0.5%Language:Kotlin 0.1%Language:Objective-C 0.0%