From e007b75b1ebf1d1b8b36fa4b4c0ca5ae8bc97ce3 Mon Sep 17 00:00:00 2001 From: Brandon Nguyen <58405975+Bratah123@users.noreply.github.com> Date: Tue, 7 Jul 2026 18:52:16 -0700 Subject: [PATCH] FEAT: add gallery to readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12b57cc..8fea4a4 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,22 @@ SpiritPTCGO is a Python server emulator for the **NOW** sunseted [Pokemon Trading Card Game Online (PTCGO)](https://en.wikipedia.org/wiki/Pok%C3%A9mon_TCG_Online) client. ## Prequisites & Warning -- This server was developed using the client version: **2.70.0.240** +- This server was developed using the 2023 client (**2.95.0.5815**) - Do note that if your copy of the client is not that version, there MAY be in incompatibility issues. - Make sure you own a copy of the PTCGO client beforehand for this server to run with! +## Gallery +### In Game +![In-game view](gallery/in_game_spirit_ptcgo.png) + +### Collection +![Collection view](gallery/collecton_view_spirit_ptcgo.png) + +## Versus +![Versus view](gallery/versus_view_spirit_ptcgo.png) + + ## Environment Setup **WARNING**: These instructions are meant for a Windows 11 Machine and have only been tested on Windows.