mirror of
https://github.com/csd4ni3l/wizard_vs_irs.git
synced 2025-11-05 02:58:23 +01:00
Add youtube video demo
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
Wizard vs IRS is a game where as a wizard, **you have to escape taxes by defending yourself** from IRS agents.
|
||||
|
||||
[](https://youtu.be/OPEPoMZabS4)
|
||||
|
||||
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.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "wizard-vs-irs"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
description = "Wizard vs IRS"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
|
||||
2
uv.lock
generated
2
uv.lock
generated
@@ -206,7 +206,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "wizard-vs-irs"
|
||||
version = "0.1.2"
|
||||
version = "0.1.4"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "arcade" },
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = "0.1.3"
|
||||
__version__ = "0.1.4"
|
||||
Reference in New Issue
Block a user