The adventure of Link 2: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
No edit summary
No edit summary
Line 15: Line 15:
[[File:screenshot-pyzelda-10.png]]
[[File:screenshot-pyzelda-10.png]]


Features :
Features for hacking the game :


There is an AD&D combat system with a random number library, e.g. Daira's can be armed differently.
. There is an AD&D combat system with a random number library (in the file rng.py), e.g. Daira's can be armed differently.
. There are master maprooms which contain other rooms, see the files maproomcatcastle1.py and mapcastle?.py files as an example.

Revision as of 19:53, June 29, 2013

Zelda II features an overworld and battle map system. This has all been coded in Python and Pygame in this fan game. Pygame can be found at http://pygame.org and needs to be installed after Python (a programming language) at http://python.org

The fan-made game can be downloaded from its current version as a git repository at http://github.com/zork9/pygame-pyZeldaII This is the most recent version.

Read the README for key bindings and installation instructions.

A archive can be downloaded here :

Here are some screenshots :


File:Screenshot-pyzelda-7.png File:Screenshot-pyzelda-8.png File:Screenshot-pyzelda-9.png File:Screenshot-pyzelda-10.png

Features for hacking the game :

. There is an AD&D combat system with a random number library (in the file rng.py), e.g. Daira's can be armed differently. . There are master maprooms which contain other rooms, see the files maproomcatcastle1.py and mapcastle?.py files as an example.