This website requires JavaScript.
Explore
Help
Register
Sign In
alttpr-gwaa-kiwi
/
alttpr-python
Watch
1
Star
0
Fork
0
You've already forked alttpr-python
Code
Issues
Pull Requests
Packages
Releases
Activity
19
Commits
8
Branches
17
Tags
c253fbf7462871bdaadc100f61c8ca958b8a90cc
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
LLCoolDave
c253fbf746
Fix up minor bugs in existing algorithms. Renamed Simple to Restricted. Added new Simple algorithm that shuffles caves in pairs and only mixes up things on light world death mountain. Added madness shuffle algorithm that mixes up entrances and exits independently from each other. This about as wild as we can get right now without modifying the game logic. Only Ganon's Tower, Ganon and Link's House remain fixed for gameplay reasons.
2017-05-21 16:05:55 +02:00
BaseClasses.py
Minor bug fixes, added text to all NPCs.
2017-05-20 20:03:13 +02:00
Dungeons.py
Dungeons: Place TRock keys first as it's the only dungeon that has requirements about reachability of one of its entrances, which may lead to circular issues if that entrance is blocked through a dungeon that hasn't had its keys placed yet.
2017-05-20 14:05:15 +02:00
EntranceShuffle.py
Fix up minor bugs in existing algorithms. Renamed Simple to Restricted. Added new Simple algorithm that shuffles caves in pairs and only mixes up things on light world death mountain. Added madness shuffle algorithm that mixes up entrances and exits independently from each other. This about as wild as we can get right now without modifying the game logic. Only Ganon's Tower, Ganon and Link's House remain fixed for gameplay reasons.
2017-05-21 16:05:55 +02:00
Items.py
Items: Added Item codes. Dungeon specific items do not seem to work yet, reverted to vanilla items.
2017-05-20 14:06:32 +02:00
LICENSE
Initial commit
2017-05-15 20:25:24 +02:00
Main.py
Minor bug fixes, added text to all NPCs.
2017-05-20 20:03:13 +02:00
Regions.py
Add rules to prevent reverse traversal of the TRock and SW Skulls to be required when you would get stuck in them.
2017-05-21 16:03:43 +02:00
Rules.py
Add rules to prevent reverse traversal of the TRock and SW Skulls to be required when you would get stuck in them.
2017-05-21 16:03:43 +02:00
Text.py
Minor bug fixes, added text to all NPCs.
2017-05-20 20:03:13 +02:00
Description
No description provided
MIT
28
MiB
Languages
Python
99.8%
Shell
0.2%