1
vote
0answers
139 views

Pygame animation with different size sprites

I'm trying to create a simple top-view 2D rpg, in the style of Zelda and Secret of Mana, using PyGame. I've managed to make the beginnings of a game, with an animated character walking around. ...
3
votes
4answers
215 views

What can be a game-play element in a game with Shakespeare's plays as the main theme?

I was thinking of learning about making games, so I thought of an idea about making a game on a play, since the content is already there. I actually found well parsed XMLs of Shakespeare's plays. I ...