https://github.com/yamhab/stupid-watermelon-game
A Rust implementation of Suika Game
https://github.com/yamhab/stupid-watermelon-game
2d game macroquad physics rapier rust suika watermelon
Last synced: 3 months ago
JSON representation
A Rust implementation of Suika Game
- Host: GitHub
- URL: https://github.com/yamhab/stupid-watermelon-game
- Owner: yamhab
- License: agpl-3.0
- Created: 2025-07-14T06:28:26.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T06:29:03.000Z (4 months ago)
- Last Synced: 2025-07-14T12:48:10.739Z (4 months ago)
- Topics: 2d, game, macroquad, physics, rapier, rust, suika, watermelon
- Language: Rust
- Homepage:
- Size: 4.68 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# stupid-watermelon-game
*A Rust implementation of Suika Game*

---
Remember that awful game about dropping and merging fruits in a container that went crazy some time ago? I implemented a very simple and hastily-made version of it in Rust here. It uses Macroquad for windowing, rendering, and input, and Rapier for the physics engine. The fruits are just colored circles, and there's a basic scoring system. Currently, the game window just closes if you lose.