A local collection of classic "Whack" mini games running with an open-source self-hosted Flash Player emulator: Ruffle.
This repository is intended to help preserve and run these legacy Flash games on modern systems. Please support the original publisher/creator whenever possible. 🙂
- Don't Whack Your Teacher (Unlocked) (published on BOX10.COM)
- Whack the Thief (Unlocked) (published on BOX10.COM)
- Whack Your Boss (created by Tom Winkler)
- Whack Your Computer (created by Tom Winkler)
- Whack Your Ex (created by Tom Winkler)
🔓 Don't Whack Your Teacher and Whack the Thief have been patched by me to remove the original site lock, allowing access to all original weapons. No gameplay content has been modified.
- Python 3
- A modern web browser
No Adobe Flash Player is required.
Start the local web server:
python3 run.pyThe browser will automatically open:
http://127.0.0.1:8000/index.html
If it does not open automatically, visit the address above manually.
Enjoy the games! 🎮
You can stop the server anytime by pressing:
Ctrl + C
- Copy the
.swffile into thegamesdirectory. - Add a new
<option>entry to the game selector inindex.html.
Example:
<option value="games/new-game.swf">
New Game
</option>All game content remains the property of its respective copyright holders. No ownership of the original games is claimed. If you are a copyright holder and would like any content removed, please open an issue or contact me.