It's a simple 2D shoot game used to study the concepts of 2D games (sprites, animations, scrolling, collisions, etc). The main goal of this game is integrate step by step these and other concepts and have fun while learning them!
Python and pygame!
$ python rockshooter.py
or
$ ./rockshooter.py
All sprites used in Rock shooter were found free and made available by the gamedev.net community members
(http://www.gamedev.net)