Kwisses / BlockDefence

Tower defence game made with Python and Pygame
http://www.kwisses.ca/blog/blockdefence-game-project/
Apache License 2.0
0 stars 0 forks source link

New map proposal #4

Open Kwisses opened 8 years ago

Kwisses commented 8 years ago

It might be possible to have the game continue onto a second map after the first map is completed. The map must be scaled to the block width and height (30x30).

Note that there might be some Python and Pygame limits that might prevent easy implementation.