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.
(Created page with "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 i...")
 
No edit summary
Line 9: Line 9:
Here are some screenshots :
Here are some screenshots :


[[File:screenshot-pyZeldaII-1.png]]
[[File:Screenshot-pyZeldaII-1.png]]
[[File:screenshot-pyZeldaII-2.png]]
[[File:Screenshot-pyZeldaII-2.png]]
[[File:screenshot-pyZeldaII-3.png]]
[[File:Screenshot-pyZeldaII-3.png]]
[[File:screenshot-pyZeldaII-4.png]]
[[File:Screenshot-pyZeldaII-4.png]]
[[File:screenshot-pyZelda-7.png]]
[[File:Screenshot-pyZelda-7.png]]
[[File:screenshot-pyZelda-8.png]]
[[File:Screenshot-pyZelda-8.png]]
[[File:screenshot-pyZelda-9.png]]
[[File:Screenshot-pyZelda-9.png]]
[[File:screenshot-pyZelda-10.png]]
[[File:Screenshot-pyZelda-10.png]]


Features :
Features :


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, e.g. Daira's can be armed differently.

Revision as of 19:45, 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 :

Screenshot-pyZeldaII-1.png File:Screenshot-pyZeldaII-2.png File:Screenshot-pyZeldaII-3.png File:Screenshot-pyZeldaII-4.png File:Screenshot-pyZelda-7.png File:Screenshot-pyZelda-8.png File:Screenshot-pyZelda-9.png File:Screenshot-pyZelda-10.png

Features :

There is an AD&D combat system with a random number library, e.g. Daira's can be armed differently.