- User will play a game in which there is a queue of pizza orders
- Goal is to correctly put together a pizza that corresponds to the order
- Ingredients, steps, and accuracy will be checked using stacks
- User can interact using mouse and key inputs
- Clone this repo
- Run the following in your terminal
$ git pull
$ cd Woo
$ processing &
- In Processing, go to File -> Open -> Woo.pde