discordTCG is a fully-functional trading card game which works inside Discord. It includes numerous interesting game functions, (currently) over 100 cards, trading, collecting, packs, deck building, etc.
If you have suggestions for cards or mechanics, feel free to open an Issue!
- Click this to invite my bot to your server (the bot is not always up so it will probably be offline)
- Use the =help and =tutorial commands to learn how to play the game!
- Fork/download this
- Run pip install discord.py
- In config.py, add your private bot key that the Discord Developer section should grant
- If you're not using them, delete
cards/New Card.py
andnodes/New Node.py
. Keeping them in will break things - they're just there for reference. - Create an empty folder named player_data in the base directory
- Run matchFunctions.py
Multiple triggers per Node- Integrations with other bots
- Analytics
- Automatic testing
- Fuzzy matching for search + card selection
To add cards, use the New Card.py file and "fill in the blanks".
To add nodes, do the same with New Node.py.