[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] "Made in PyGame"?




Anyone else here familiar with the WarioWare games on the GBA and Nintendo DS? I stumbled across this idea on the YakYak forums, and thought it would make for a great community project for Pygame users too.

Basically the idea in the WarioWare games is that the whole game is compilation of dozens of "micro-games", which are tiny, independent mini-games usually lasting an average of 3-5 seconds. It would be pretty easy to create the master game application in such a way that anyone can easily create new pygame micro-games, that basically only have to return "success" or "failure" to the master game (optionally, maybe some sort of score too).

The master game would consist of rapidly throwing randomly selected micro-games at you, that constantly increase their speed. The player would have a limited number of lives, which is the number of failed micro-games allowed before Game Over.Your total score would be based on how many micro-games you succesfully passed before losing all lives.

Any takers? :)

--
Sami Hangaslammi