Card Game: Sprites behaving in satisfying, unintentional ways

For some reason the sprites and positioners move towards the middle of the screen? Looks like a cool hand shuffling sequence though.

27 Likes

I love this so much the bouncing cards are cool I would like to make a makecode cardgame like slay the spire

2 Likes

What the (insert swear word here)! HOWWWWWWWW ITS TOO GOOD FOR MY EYES

3 Likes

Work in progress!

3 Likes

How do I show selection of a card? Right now I’m just changing the z value but when I try to change the scale it lags like crazy as its under an on sprite of kind update block.

7 Likes

outline it in white and take away the rotation (set it to 90 or 0 or whatever the default angle is)

4 Likes

Perhaps raise the card a bit. I would say for aesthetics, move the card in the direction it’s facing (since each card other than the centered one, is angled a bit.) But that paired with how it works at the moment would be cool.

1 Like

This took a unreasonable length of time but I am still working on the game!

5 Likes

Selection is here!

5 Likes

New Update!

  • Added randomly generated maps (press menu to open; up and down to control)
  • Mock up of how the battles will look
  • Nicer looking rotation of cards (sprite scaling extension is better than sprite transformations)
  • Need help with the cards being added and removed from hand

There are 3 arrays that handle the cards at any given time

  • CardDrawPile has most of the cards
  • CardInfo is basically your current hand
  • DiscardPile is where cards go after being played and gets shuffled into the CardDrawPile when it’s empty.

8 Likes

If you have ever seen Inscryption?

2 Likes

Yeah I watched a few videos on it very cool game, love the atmosphere.

2 Likes

@Luke I feel like a detective game would be awesome with that artstyle!

2 Likes

Can i edit this into an actual game and put into Makecode Infinity?

1 Like

I’ll be very impressed if you’re able to, but go ahead!

1 Like

download (1)
Sneak peek

19 Likes

man this looks amazing!!!

2 Likes

Impressive, very nice

6 Likes

Thanks for your help!

2 Likes

What do you mean-?

3 Likes