The goal of this assignment is for you to become familiar with the game programming language (gpl) before you write an interpreter for it.
Write a game using gpl.
Your game should be at least as complex as pong.
It should include at least one object that is animated and some form user input. That means that you will need at least one animation block and at least one event handler block.
It doesn't have to be a very complex game, however the more you understand the language now, the easier it will be to write the interpreter.
You will be required to demonstrate your game to the class.