A fun and experimental Plinko-style game that visualizes the process of deleting temporary files on a Windows system.
Built with pygame, this project combines gameplay and utility in a unique way.
⚠️ WARNING: This game can delete real files whentestmode = False.
Use it at your own risk. This project is for educational and experimental purposes only.
- The game simulates a Plinko board.
- When balls fall and land in slots, they trigger the deletion of Windows temporary files (if
testmode = False). - You can watch the progress in real-time.
- Requires Python 3.x
- Install dependencies:
pip install pygame- Run the game:
python plinko.pyBy default, the game runs in test mode (no real files are deleted).
To actually delete Windows temp files, set:
testmode = FalseC:\Windows\Temp and %TEMP%.
This script is provided as-is, without warranty of any kind.
I am not responsible for any damage, data loss, or misuse of this code.
You use this project at your own risk.
This project was made for learning purposes.
It demonstrates file operations, randomness, and pygame in an interactive form.
This project is licensed — see the LICENSE file for details.