The adventure of Link 2: Difference between revisions

Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
== Introduction ==
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 at http://python.org
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 at http://python.org


Line 4: Line 6:
The source code is versioned under the GPL2 and the game runs on Windows and GNU/Linux/BSD.
The source code is versioned under the GPL2 and the game runs on Windows and GNU/Linux/BSD.


Download :
==Download==


An archive can be downloaded here, where most features are on and some small bugs left:  
An archive can be downloaded here, where most features are on and some small bugs left:  
Line 11: Line 13:
[http://www.mediafire.com/download/xsk3y74lnd3dasu/pyZeldaII.0.2.100.tar.gz]
[http://www.mediafire.com/download/xsk3y74lnd3dasu/pyZeldaII.0.2.100.tar.gz]


Here are some screenshots :
==Screenshots==


[[File:screenshot-pyzelda-11.png]]
[[File:screenshot-pyzelda-11.png]]
Line 25: Line 27:
[[File:screenshot-pyzelda-10.png]]
[[File:screenshot-pyzelda-10.png]]


Features for hacking the game :
==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 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.
. There are master maprooms which contain other rooms, see the files maproomcatcastle1.py and mapcastle?.py files as an example.
42

edits

Navigation menu