Pytillery
About
Pytillery.py is a rehash of the old computer game Artillery popular on many classic machines. Two players do battle trying to lob shells at each other's bunker positions. My first memory of this game was playing it on an Apple ][e computer, but it certainly found its way onto many other platforms and it existed on many others prior to being on the Apple ][e.
This project was a means to learning more about the turtle graphics package and just what one could do with it. One certainly isn't going to make the next God of War game with it, but it was fun to recreate an old classic that brought me joy as a kid.
 Player One Controls:
   w - Increase cannon power
   s - Decrease cannon power
   a - Move cannon left
   d - Move cannon right
   Space - Fire shell 
 Player Two Controls:
   Up - Increase cannon power
   Down - Decrease cannon power
   Left - Move cannon left
   Right - Move cannon right
   Space - Fire shell 
 Press the R key to reset the game.
 Press the Q key to quit the game.