Two players online can verse each other. Each turn you can play cards into either of three locations. If you have more power, you win that location. win more locations or have more power (in case of a tie) to win the game. You can play this game with friends online. This game is still a work in progress so it may not always work...
Try the remix by @reklaw_ev0 for an actual working game (I unfortunately do not have enough time to complete this game as quickly as I once thought...) You might want to make sure there is another person online if you want to actually play the game... Supposed to be like marvel snap. I used characters from an older unreleased game to make these. Version History: Pre-release developmental stages: v0.00: Created a few costumes and backgrounds. Not much has been coded yet. v0.01: Made sprites for cards, locations and special FX, as well as location and one for connectivity. v0.02: Added code to make the game an online multiplayer game. Some bug fixes, and updates to the costume of cards. v0.03: Changed code for the multiplayer matchmaking, Created some background variables that will soon be used in play. v0.04: Added some code to allow cards to be added to the field, more bug fixes and added a cost system. There is a starter deck with 12 cards, all of which have been made playable. v0.05: Added a turn system, allowed card data to be transferred to the opponent, and made changes to the connection protocol. Even though power and abilities have not been added to the game, there is an algorithm added to see who wins, and if it is a tie. v0.06: Introduced power to the game, gave hand cards power and made the cards on the field carry that power. Added a 'reward' for the winner, although it does not change anything. Also updated a few costumes to improve the UI. v0.07: Still underway, however you won't be able to see that because these scripts are redundant at the moment...