https://github.com/srush/drop7
https://github.com/srush/drop7
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/srush/drop7
- Owner: srush
- Created: 2024-02-12T04:05:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T20:35:55.000Z (about 2 years ago)
- Last Synced: 2025-04-30T09:15:36.751Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 914 KB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drop7
Jax implementation of [Drop7](https://en.wikipedia.org/wiki/Drop7).

Drop7 was an amazing and simple mobile game. It has three rules
1) Blocks drop from the sky.
2) If the number on the block matches the adjacent number of blocks in the row or column, it explodes.
3) Covered tiles open up if neighbors explode.