https://github.com/chyok/ten-drops
A ten drops game written in pygame-ce, sourced from the Flask game "Splash Back".
https://github.com/chyok/ten-drops
game game-development pygame pygame-ce pygame-game pygame-games python python-game python-games
Last synced: 6 months ago
JSON representation
A ten drops game written in pygame-ce, sourced from the Flask game "Splash Back".
- Host: GitHub
- URL: https://github.com/chyok/ten-drops
- Owner: chyok
- License: mit
- Created: 2024-04-14T12:12:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T15:19:39.000Z (over 1 year ago)
- Last Synced: 2024-11-23T00:24:19.682Z (about 1 year ago)
- Topics: game, game-development, pygame, pygame-ce, pygame-game, pygame-games, python, python-game, python-games
- Language: Python
- Homepage:
- Size: 3.01 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ten Drops



A ten drops game written in pygame-ce.
Click on these water droplets to make them explode until the screen is cleared.
The inspiration and assets all come from the Flash game "Splash Back".

## Installation
### use pip
```commandline
pip install ten-drops
ten-drops // start the game
```
### binary file
Binary files for Windows that can be directly executed to play the game.
For other systems, the Python source code can be directly executed.
| Platform | Download Link |
|----------|---------------------------------------------------------|
| Windows | [Download](https://github.com/chyok/ten-drops/releases) |
## License
This project is licensed under the [MIT License](LICENSE).