Add youtube video demo

This commit is contained in:
csd4ni3l
2025-10-20 18:49:30 +02:00
parent fcd5f73919
commit 3c3c26e476
4 changed files with 5 additions and 3 deletions

View File

@@ -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.
[![Demo Video](https://img.youtube.com/vi/OPEPoMZabS4/hqdefault.jpg)](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.

View File

@@ -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
View File

@@ -206,7 +206,7 @@ wheels = [
[[package]]
name = "wizard-vs-irs"
version = "0.1.2"
version = "0.1.4"
source = { editable = "." }
dependencies = [
{ name = "arcade" },

View File

@@ -1 +1 @@
__version__ = "0.1.3"
__version__ = "0.1.4"