Quick Draw is a digital card game made for the 20 Second Game Jam. The game was made in Unity and I acted as lead designer and AI programmer.  
I used this project to learn more about scriptable objects by using them for the deck of cards.
The AI created for the game was an opponent for the player. Comparing and choosing the right card was the main purpose of it. Below is the comparison algorithm.
Quick Draw Received positive reviews at the 20 Second Game Jam. Many people enjoyed the replayability given by the three different difficulty settings on the AI. 
Back to Top