I wrote this game to learn some Python. This game is detailed in Tom Angleberger's _Oragami Yoda and is just like the paper games I played as a kid. It is built using the pygame 1.9 package and runs in either 2.7 or 3.4.
game logic:
- player X chooses ship
- flicks pencil
- find if flick collided with other ship
- if collide, destroy other ship; else, move ship
- player Y's turn