Rock, Paper, Scissors Card Game
Rock, Paper, Scissors Card Game. Demo of my card game idea :)
Status | Released |
Platforms | HTML5, Windows |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | SKstudios |
Genre | Card Game |
Made with | GameMaker |
Tags | GameMaker, Pixel Art, rockpaperscissors, Singleplayer |
Download
Download
RockPaperScissors_cardgame.zip 4.2 MB
Comments
Log in with itch.io to leave a comment.
wow. amazing. bro, It's such a cool card game....Is it gamemaker? Can you share the github?
Hey, really big thanks. Yeah it is made with gamemaker studio 2. I dont have a git for it yet but if you want I can share some of the codes or parts of the project and how things are done with you. I just have not used github with gamemaker before but I can look into it. I could also make video explaining how everything works later when I have time :)
Oh, I really like it. I was also thinking of a card game using the rock-paper-scissors method, and since the card game is similar to what I had in mind, I would like to know what code you use. Please share your project if possible. I also want to make cool games like this like bro.
Can I get your discord? I could send you something there. But I can also tell all the simple things here in comments :). I have one card object and multiple sprites that are randomized. So at first you want your card to have the "back" sprite but when you click/drag/open it you should have something like "if sprite_index = back { sprite_index = choose(rock, paper, scissors);} in click event. And to get that card go to the position where the mouse is just put "x = mouse_x;" and "y = mouse_y;" in mouse down left event.
I also have place where the card goes and that I have done by putting in the collision event with that place "x = place.x" and "y = place.y". But if you would like to have images and files etc I could send them through discord. Just give me your tag and name so I can add you :)