A Python clone of the awesome game Panasonic Prime Smash, which is currently unavailable in the US. Basically it's Fruit Ninja with numbers; you slice composites and click on primes. The bomb is the number 1 :-).
demo.mp4
Clone the repo and run python3 game.py
. Requires pygame==2.6.0
.
- Music
- Cursor trail when slicing
- Add bombs
- Handle overlapping numbers
- Pause button
- Settings UI: Allow user to tweak difficulty, drag coefficient, gravity, Poisson frequency.