This was created as a personal project to get around some of the limitations of being in lockdown. This game mimics the rules of party games such as Apples to Apples or Cards Against Humanity and therefore can be very versatile depending on the cards you include in it's deck.
The game can be played with 3-9 players where at any given point, one will be the judge and all others will be submitting a card based on a prompt. Once all the cards are recieved, the judge picks their favourite submission in relation to the prompt and a point is awarded accordingly.
This application uses the base function logic that can be achieved within Google sheets or excel and combines it with the javascript based scripting environment 'Google Apps Script' to produce all the required game logic that would be achieved in a purpose built app.
Each player has 8 cards in their hand at any given time that can be chosen as their submission for the current prompt. Once a card is played, it is removed from the hand and a new card is added from the shuffled deck.
Once the judge has picked their favourite submission, the program automatically awards a point to the coressponding player and each players U.I. is reset for the next round.