Wizard vs IRS is a game where as a wizard, you have to escape taxes by defending yourself from IRS agents.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
csd4ni3l d7f8110e1a
Some checks failed
Publish to PyPI / Build and Publish to PyPI (push) Failing after 34s
Build and Release / Build and Release (push) Successful in 13m59s
chore: add mirror repository URLs
2026-07-28 18:03:12 +02:00
.forgejo/workflows Fix ccache CC flags in actions 2026-06-08 16:09:26 +02:00
wizard_vs_irs update version 2025-12-13 16:33:04 +01:00
.gitignore Add working high score functionality 2025-10-10 19:17:51 +02:00
.python-version Initial commit, based on my game template 2025-10-06 17:47:56 +02:00
CREDITS Add working inventory, textures, add classes for IRS agents and the Player, add mana, draw UI on top of other things, make shooting automatic in direction of mouse, fix bugs 2025-10-10 19:01:31 +02:00
LICENSE Initial commit, based on my game template 2025-10-06 17:47:56 +02:00
MANIFEST.in Use importlib resources for resource files to fix loading issues, fix nuitka build script 2025-10-12 21:54:00 +02:00
pyproject.toml update version 2025-12-13 16:33:04 +01:00
README.md chore: add mirror repository URLs 2026-07-28 18:03:12 +02:00
requirements.txt Update arcade to newest version 2025-12-13 16:22:51 +01:00
uv.lock update version 2025-12-13 16:33:04 +01:00

Wizard vs IRS is a game where as a wizard, you have to escape taxes by defending yourself from IRS agents.

You can install from PyPI as pip3 install wizard-vs-irs and run as python3 -m wizard-vs-irs or for UV, uv tool run wizard-vs-irs

For each IRS agent you defend, you evade some taxes, and after defending enough, you climb to a new level of tax evasion.

Currently, you have Fireball, Ball of Lightning and Ice Blast as spells/weapons you can use. During fights, you get mana, which you can spend on abilities:

  • Dash: Quickly dash away to escape
  • Tax Shield: Permanent 1000$ shield until it breaks
  • Audit Bomb: Blow up nearby IRS agents
  • Freeze Audit: Freeze each IRS agent for 4 seconds

In the Shop, you can upgrade the DMG and Attack Speed of each spell, improve the accuracy of the wizard, upgrade the player and bullet speed and get the best upgrade: The Dark Mode Wizard.

WARNING: This project is a joke, i don't approve of any illegal activities done whatsoever.

Mirrors

Forgejo GitHub Codeberg