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
(specific section)
Tag: Redirect target changed
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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
#REDIRECT [[Fan Games#The Adventure of Link 2]]
 
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.
The source code is versioned under the GPL2 and the game runs on Windows and GNU/Linux/BSD.
 
Read the README.txt for key bindings and installation instructions.
 
An archive can be downloaded here, where most features are on :
 
[http://www.mediafire.com/download/xsk3y74lnd3dasu/pyZeldaII.0.2.100.tar.gz]
 
Here are some screenshots :
 
[[File:screenshot-pyzelda-11.png]]
[[File:screenshot-pyzelda-12.png]]
[[File:screenshot-pyzelda-13.png]]
[[File:screenshot-pyzelda-14.png]]
[[File:screenshot-pyzelda-15.png]]
[[File:screenshot-pyzelda-16.png]]
 
[[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.

Latest revision as of 13:30, July 8, 2019