From 3c3c26e4762e2ed865659be0f7b0fb5acb37bd60 Mon Sep 17 00:00:00 2001 From: csd4ni3l Date: Mon, 20 Oct 2025 18:49:30 +0200 Subject: [PATCH] Add youtube video demo --- README.md | 2 ++ pyproject.toml | 2 +- uv.lock | 2 +- wizard_vs_irs/__init__.py | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 819f727..9ddcb23 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index f89dc5f..0ed0a3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/uv.lock b/uv.lock index 5b62871..f1a9b82 100644 --- a/uv.lock +++ b/uv.lock @@ -206,7 +206,7 @@ wheels = [ [[package]] name = "wizard-vs-irs" -version = "0.1.2" +version = "0.1.4" source = { editable = "." } dependencies = [ { name = "arcade" }, diff --git a/wizard_vs_irs/__init__.py b/wizard_vs_irs/__init__.py index acf3be3..51e0a06 100644 --- a/wizard_vs_irs/__init__.py +++ b/wizard_vs_irs/__init__.py @@ -1 +1 @@ -__version__ = "0.1.3" \ No newline at end of file +__version__ = "0.1.4" \ No newline at end of file