Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T15:19:39.000Z (6 months ago)
- Last Synced: 2024-11-23T00:24:19.682Z (about 2 months 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
![GitHub License](https://img.shields.io/github/license/chyok/ten-drops)
![PyPI - Version](https://img.shields.io/pypi/v/ten-drops)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/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".
![example](https://github.com/chyok/ten-drops/assets/32629225/b8409169-dd31-4912-a91e-5fed288a833c)
## Installation
### use pip
```commandline
pip install ten-dropsten-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).