Dizzy X: The Great Escape
Dizzy is locked by the evil wizard Zaks in unknown room. Help him to get out!
First PyGame project. Maybe it will be never finished. But maybe yes ;)
Awards
Diary Entries
Startup
You know it - you have to prepare the environment with virtualenv and to istall some basic packages. i finally installed PySDL2, because i had some issues with pygame installing on my fedora20 over pip. shit - i lost about 30min. and the hello world example works. so - lets continue with project creation in pycharm and learn some image/sprites handling.
plan must change
hmmm.... i spent too much time with the pysdl2 to become familiar with. this was also because i had no previous experience with pygame or sdl itself. the tutorial for ext version and for traditional version were not enough, so i had to take a look into source codes of the library. that helped a lot. but to create spritesheet was another chanllenge.
so finally - i had to change the project to something easier. possibly top-down view and some action-logic game...