A very simple pen game, in one sprite (the other sprite was just used for the thumbnail) Includes code from the very basic line to the more complex digit display (which was very roughly made) Also includes code for creating, moving and deleting multiple polygons Code is separated into 3 parts: - Initialization, Processing and Drawing - Time is measured using the timer, and not by increasing some value each frame. The score is (10 x time) - Project is fully documented through comments, check it out if you're interested! Enjoy! #games #pen