Recently Google released their Quick Draw dataset containing millions of doodles of 345 concepts:
https://github.com/googlecreativelab/quickdraw-dataset
The goal of this project is to use this dataset to implement the following game that is played cooperatively with an AI:
The game starts with a blank image. The player and the AI alternate in adding a small brush stroke (not too long, not too curved) to the image.
After 6 brush strokes in total, both the player and the AI try to guess what their cooperative image shows. If they guess the same, this is considered a "win", otherwise it is a "loss". The goal of the game is to score as many wins in a row as possible that are all classified as distinct objects.