Skip to main content

mapView

Using what I have learned from a book, I am now making a map viewer capable of rotation. Eventually I plan to make it into a map Editor, and if I have the time, a Game Development Kit will evolve from it.


Erik Martin
(neccarus)
A large portion of the code in the program is from a book called Making Games with Python and Pygame. However, I plan to build on the code, and eventually develop some game development tools accessible to the community. So far, the only real feature that I have added, is the capability to rotate the view of the map. I have further plans to extend the capabilities of the program, and will post regular updates. Also, if anyone is willing to do some art, please let me know. If you have any comments, or suggestions, please feel free to do so. I hope you will forgive me for the ads, only 5 seconds of waiting though :). -Neccarus

Changes

Links

Home Page
http://www.revertedsoft.com/

Releases

mapView ALPHA — 12 Aug, 2012

Pygame.org account Comments

  • ebrahim 2012-12-04 11:01

    mapTest.py not work!

    File "mapTest.py", line 281, in drawMap
    mapSurf.blit(baseTile,spaceRect)
    UnboundLocalError: local variable 'baseTile' referenced before assignment