This repository contains the code for a simple Trading Card Game written in Python 3.9.
All source code is inside the folder src
, available for everyone.
You do not have to download the game to play it. It is available in the browser thanks to repl.it.
The game is available at https://replit.com/@AlphaBeta906/Modifiable-TCG. To play, click "Run".
The guides for downloading the game are in the releases section. Each page has its own guide.
The latest version is v1.1.3
and it is available here.
This option is much more preferable if you wish to change the game's code.
- Download Python 3.7 or later. from this link*.
- Download all files in the
src
directory, which include:main.py
card.py
player.py
update.py
- In the same directory of your choice, copy/move these files.
The game runs much better in the terminal. If you want to play, go to the command line and the game's directory and enter py main.py
to run.