https://github.com/jacklandrin/chalkballformac
https://github.com/jacklandrin/chalkballformac
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacklandrin/chalkballformac
- Owner: jacklandrin
- License: mit
- Created: 2020-04-25T13:08:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T21:54:43.000Z (about 4 years ago)
- Last Synced: 2025-01-11T14:48:03.703Z (5 months ago)
- Language: Swift
- Size: 2.69 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ChalkBallForMac

## What is ChalkBallForMac?
**ChalkBallForMac** is a drop 7 game developed with SwiftUI. You can drop down a ball with number to a proper location into the grid. If a ball's number equals the count of continuous balls in its row or column, the ball will explode. Besides, there are two special balls, **solid ball** and **pending ball**. If a solid ball nearby a ball exploding, it'll be a pending ball; if a pending ball nearby a ball exploding, it'll be a normal ball with a number.In every level, you have 20 opportunities to drop balls. When you finish your all balls, a row of solid balls will emerge from the bottom to thrust up the balls in the grid. If these balls could be pushed out of the grid, the game will be over.
Have fun!

The git address is
## Requirement
* Mac OS 10.15
* Swift 5.2
* Xcode 11