Tower Defense Framework
pytower.simpsus.de
Tower Defense Framework
1–10 of 12 posts
Re: Tower Defense Framework
#2Re: Tower Defense Framework
#3Re: Tower Defense Framework
#4Re: Tower Defense Framework
#5Shouldn't that be the other way around?
Re: Tower Defense Framework
#6I don't think "Tower Defense" games are that complex that you can't roll your own using something like pygame, and it seems like whatever you could do with a "framework" like that you could just as easily do by modifying an existing open source TD game.
Re: Tower Defense Framework
#7Would someone with experience in Python please look at the code of this framework and say whether it is good to learn from?
http://bazaar.launchpad.net/~pytower-heros/pytower/main/file...
The code looks readable, very well commented and it appears that game objects are split into appropriate classes and modules.
Go for it.
Re: Tower Defense Framework
#8"With the success of this game genre on the flash platform, the next step is to bring this awesomeness to your home desktop." Shouldn't that be the other way around?
Re: Tower Defense Framework
#9"With the success of this game genre on the flash platform, the next step is to bring this awesomeness to your home desktop." Shouldn't that be the other way around?
Actually, this started on the desktop. More specifically, inside Warcraft 3?
http://en.wikipedia.org/wiki/Tower_defense
Tower defense finds its roots in the strategy classic Rampart, an arcade game from 1990. The game involved defending a castle by placing cannons, and making repairs between several rounds of attacks.[6][7] By the new millennium, tower defense games began to appear in user-created maps for StarCraft, Age of Empires II, and WarCraft III.
Re: Tower Defense Framework
#10Earlier quoted context omitted.
Actually, this started on the desktop. More specifically, inside Warcraft 3?
According to Wikipedia: http://en.wikipedia.org/wiki/Tower_defense Tower defense finds its roots in the strategy classic Rampart, an arcade game from 1990. The game involved defending a castle by placing cannons, and making repairs between several rounds of attacks.[6][7] By the new millennium, tower defense games began to appear in user-created maps for StarCraft, Age of Empires II, and WarCraft III.