When it asks you how many decks you want, it is HIGHLY suggested to just do 1. 1 will be 52 cards: Even just doing 2 is 104, 3 156, etc. This game is meant to be a simulation of a game of war (The card game). It takes no user input, and instead splits the deck between two 'players', or lists, and then performs a game of war between the two, while saying everything that occurs under the actions list. Points are awarded to the 'players' for winning matches.
1.1.1, Jan 11, 2022: Fixed glitch that was causing card duplication. When a tie began at the end of a game, the cards that were set aside for the war wouldn't be gotten rid of the next time the project was run or the next time a round started, which would cause up to 8 cards to be added to the players hands. 1.1.0, Jan 11, 2022: Added two scores for each player: All time score, kept track with cloud variable, and this time score (As in, this time that the project was run). The lower of the two scores for each player is the cloud score. 1.0.1, Jan 07, 2022: Fixed glitch where blank cards and cards with value of 0 were being added to player hands. The project was converting cards to their value originally before comparing, now it compares the cards value without the new variable and just by using 'card number of card in list x'. 1.0.0, Jan 05, 2022: Shared original game