.The goal in Clever Discard is to discard all cards onto two discard stacks.

There are two types of discard stacks:
* Ascending order stack (from 1 to 100)
* Descending order stack (from 100 to 1)

Each turn, the player can:
* Draw new cards until his/her hands are full (8 cards)
* Place a card to a discard stack
* Remove a card from the game

The game ends when there are no more cards left (in the deck / player hands).

--------------------------------

Made for the STDIO Game Jam 2017.

Leave a comment

Log in with itch.io to leave a comment.