Discuss Scratch
- Discussion Forums
- » Collaboration
- » Making Trading Card Game!
- tolley
-
2 posts
Making Trading Card Game!
I want to make a trading card game on Scratch. The rules are as follows:
If you have questions, suggestions, comments, or pretty much anything related to this project, please comment.
- You a deck of cards containing attack, monster, and equip cards
You have a hand of 3 cards.
Each turn you may, play one card, activate that card (monsters attack, traps deal there effect, and equips are equipped) and draw a card.
You may also attack with your monster in play
only one monster in play for each person at a time.
If you defeat the opponent monster, all overkill damage goes to an energy bar.
When your energy bar fills up, you may play your ultimate card (not it the deck)
If the opponents monsters are all dead, You win!
If you have questions, suggestions, comments, or pretty much anything related to this project, please comment.
- tolley
-
2 posts
Making Trading Card Game!
Eventually it would be nice to play against people, but lets start with against compute. You should be able to battle different difficulty computers, and buy new cards
- DWindsor49
-
56 posts
Making Trading Card Game!
when green flag clicked
add [name of a card] to [your cards v]
forever
if <[your cards v] contains [a card ]> then
do something:: yellow
end
end
Last edited by DWindsor49 (Aug. 18, 2015 19:22:10)
- nicholbot
-
79 posts
Making Trading Card Game!
i can make cards, and maybey we should be able to have more then one creature out at a time?
- FinnBoltz
-
2 posts
Making Trading Card Game!
when green flag clicked
say [I don't know] for (999)secs
think [hmmmm.......] for (2) secs
Last edited by FinnBoltz (Dec. 1, 2018 00:06:24)
- BradyBooks321
-
1 post
Making Trading Card Game!
This is a topic I would like to create as well. Maybe check scratch for turorials. Or something like that.
- Preneir
-
1 post
Making Trading Card Game!
when green flag clicked
add (pick random (1) to (100)) to [list v]
Last edited by Preneir (May 16, 2019 16:49:56)
- LittleBitMore
-
100+ posts
Making Trading Card Game!
Are you thinking of mythical creatures (dragons, faries, orcs, etc.)? If so, you could use Wikipedia lists to find some good ideas.
As for card templates, go crazy! Find some good background colors, and whatever you do, *do not go with boring solid colors or annoying squares*. Instead add patterned or gradiented backgrounds and shapes they are somewhat rounded, or maybe with cut corners like this to spice things up. Other than that, do whatever you like.
As for coding, if I had enough time and motivation, I could do the entire thing within a week, but I have neither of those, and I'm too tired to figure it out.
As for card templates, go crazy! Find some good background colors, and whatever you do, *do not go with boring solid colors or annoying squares*. Instead add patterned or gradiented backgrounds and shapes they are somewhat rounded, or maybe with cut corners like this to spice things up. Other than that, do whatever you like.
As for coding, if I had enough time and motivation, I could do the entire thing within a week, but I have neither of those, and I'm too tired to figure it out.
- Gaz0510
-
96 posts
Making Trading Card Game!
I would like to help out on this, I have experience in this kind of game.
- AtheneNocturna
-
500+ posts
Making Trading Card Game!
Oooh I'd love to help! What era does this focus on? What are the rules of the verse?
- BrekBerel
-
6 posts
Making Trading Card Game!
Hi, I would also love to make a trading card game, but my game is going to have different rules. The rules are you have 3 random cards. Each one of your turns you can summon a card, (I mean by that by you slide one of your cards ahead so it can attack.) Use an attack, and retreat a card. (That just means bring one of your cards back into your hand.) You can only attack cards that are “Summoned”. Anyways, I would like some help with the coding for my project!

- BrekBerel
-
6 posts
Making Trading Card Game!

Last edited by BrekBerel (Nov. 23, 2019 17:19:20)
- BrekBerel
-
6 posts
Making Trading Card Game!
when green flag clicked
add (pick random (1) to (35)) to [list v]
broadcast [info v] and wait
set [Turn? v] to [yes]
wait until <[Select] = [picked]>
Last edited by BrekBerel (Jan. 1, 2020 18:28:12)
- MushiB
-
90 posts
Making Trading Card Game!
when green flag clicked
forever
if <<mouse down?> and <touching [mouse pointer v] ?>> then
broadcast [summon pokemon, or whatever you want to call it v]
end
end
- aKidCalledAris
-
67 posts
Making Trading Card Game!
As a note to everyone else in this thread, do not blockspam, or use blocks unnecessarily.
Or emojispam. (I think that's a thing?)
I think instead of an ultimate card, I think if the energy bar fills up, you win. Along with that, defeating monsters based on difficulty should be what fills up said bar.
Also, for clarification, is this how a turn could go?
Edit: I also understand how to make an online engine, though it's more of a complicated one and it'll be a lot more painful while I'm experiencing the New Scratcher rank. I moved from an old account.
Or emojispam. (I think that's a thing?)
I'd like to help out with this! I want to make a trading card game on Scratch. The rules are as follows:I would like a template for the cards as well as ideas for cards.
- You a deck of cards containing attack, monster, and equip cards
You have a hand of 3 cards.
Each turn you may, play one card, activate that card (monsters attack, traps deal there effect, and equips are equipped) and draw a card.
You may also attack with your monster in play
only one monster in play for each person at a time.
If you defeat the opponent monster, all overkill damage goes to an energy bar.
When your energy bar fills up, you may play your ultimate card (not it the deck)
If the opponents monsters are all dead, You win!
If you have questions, suggestions, comments, or pretty much anything related to this project, please comment.
I think instead of an ultimate card, I think if the energy bar fills up, you win. Along with that, defeating monsters based on difficulty should be what fills up said bar.
Also, for clarification, is this how a turn could go?
- You draw three cards from a deck of (I don't know how many) cards at the start of a game
- You can play any Monster cards
- You can play any Equip cards on a Monster
- You can play Attack cards based on Equipment and Monsters to deal damage
- Draw back to three cards
- Other player does 2-5
- Repeat 2-6 until a player's Energy Bar is filled
Edit: I also understand how to make an online engine, though it's more of a complicated one and it'll be a lot more painful while I'm experiencing the New Scratcher rank. I moved from an old account.
Last edited by aKidCalledAris (Feb. 7, 2020 15:01:50)
- kittencloud02
-
1 post
Making Trading Card Game!
I am actually creating a card game myself. its called Caticorn Village. You build a town full of unicorn animals. can I get some scripts to help make the game?

- aKidCalledAris
-
67 posts
Making Trading Card Game!
Apparently the thread is about six years old and the topic creator is inactive; I don't think that the project is being worked on anymore :/

This thread was about @tolley's card game idea. If you want to talk about your card game, feel free to make a new topic, which is very easy! I am actually creating a card game myself. its called Caticorn Village. You build a town full of unicorn animals. can I get some scripts to help make the game?![]()

- Discussion Forums
- » Collaboration
-
» Making Trading Card Game!