A little game made with Python and Pygame
The title says it all. The sound effects are very quiet. This is the link to the source code for learning purposes:
http://pastebin.com/VW9maqHf
and the YAML files:
http://pastebin.com/g1T5HW4N
http://pastebin.com/tkfnzQxc
Be warned though I am a total noob programmer, and I make tons of mistakes. I’ve only been programming for half a year or so. It took 1 month to make in my free time.
Credit to Clinton Myers for parts of the Ragnarok engine code that I used as basis.
I’ve also used this module for 2d vectors: (change “vec2d” to “vector”)
http://www.pygame.org/wiki/2DVectorClass
For all the people asking for how i made this,
I learned alot from this:
http://goo.gl/ptVSY
and this:
http://goo.gl/D9pJN
and these two “game engines”:
http://goo.gl/Ey2M7
http://goo.gl/5t8OQ
For the pixel art, here is a tutorial playlist that i used, by SolarLune:
Also, if you just want to learn python, codeacademy is a good option, as was suggested in the comments by TAYDEON23:
http://www.codecademy.com/tracks/python
source