Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding custom cards. #13

Open
Villhahallon opened this issue Oct 31, 2020 · 3 comments
Open

Adding custom cards. #13

Villhahallon opened this issue Oct 31, 2020 · 3 comments

Comments

@Villhahallon
Copy link

Villhahallon commented Oct 31, 2020

Hello! I'm not good with docker and I wonder if there is a way to enable/add custom card to the game. Installed it via docker-compose on my local server and can't find any instructions on how to do it.

@emcniece
Copy link
Owner

Hi! Your question is more suitable for the actual code repository (https://github.com/ajanata/PretendYoureXyzzy), this repo is only for the Docker deploy component.

That said, I do know they have some instructions for adding custom decks in their wiki over here: https://github.com/ajanata/PretendYoureXyzzy/wiki/Cardcast

I'm not too familiar with the inner workings of this project, if you have trouble adding cards I'd recommend asking in https://github.com/ajanata/PretendYoureXyzzy and you'll probably get better support :)

Good luck!

@VictorElHajj
Copy link

Now that Cardcast is down here's how to do it:
Replace

  && git clone -b $GIT_BRANCH https://github.com/ajanata/PretendYoureXyzzy.git /project \

With

&& git clone -b "cardcast-replacement" https://github.com/devgianlu/PretendYoureXyzzy.git /project \

In the Dockerfile to use PYX PR#241 (ajanata/PretendYoureXyzzy#241) which allows you to upload / download JSON files for custom decks. Hopefully it will be merged soon which would allow it without any modifications

@SnowDrifterr
Copy link

Would you mind giving a bit of a play by play on how to do this? Making my head spin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants