Archipelago/worlds/zork_grand_inquisitor
Nicholas Brochu 2a8784ef72
Zork Grand Inquisitor: Implement New Game (#2539)
Adds Archipelago support for Zork Grand Inquisitor, the 1997 point-and-click PC adventure game.

The client (based on `CommonClient`), on top of its regular Archipelago duties, fully handles the randomization of the game and the monitoring / modification of the game state. No game modding needed at all; the player is ready to play an Archipelago seed if they can play the vanilla game through ScummVM.

The "reverse engineering" (there's likely a better term for this...) of the game is my own original work and I included an MIT license at the root of my world directory.

A PopTracker pack was also created to help people learn the game: https://github.com/SerpentAI/ZorkGrandInquisitorAPTracker
2024-03-15 17:35:37 +01:00
..
data Zork Grand Inquisitor: Implement New Game (#2539) 2024-03-15 17:35:37 +01:00
docs Zork Grand Inquisitor: Implement New Game (#2539) 2024-03-15 17:35:37 +01:00
test Zork Grand Inquisitor: Implement New Game (#2539) 2024-03-15 17:35:37 +01:00
LICENSE Zork Grand Inquisitor: Implement New Game (#2539) 2024-03-15 17:35:37 +01:00
__init__.py Zork Grand Inquisitor: Implement New Game (#2539) 2024-03-15 17:35:37 +01:00
client.py Zork Grand Inquisitor: Implement New Game (#2539) 2024-03-15 17:35:37 +01:00
data_funcs.py Zork Grand Inquisitor: Implement New Game (#2539) 2024-03-15 17:35:37 +01:00
enums.py Zork Grand Inquisitor: Implement New Game (#2539) 2024-03-15 17:35:37 +01:00
game_controller.py Zork Grand Inquisitor: Implement New Game (#2539) 2024-03-15 17:35:37 +01:00
game_state_manager.py Zork Grand Inquisitor: Implement New Game (#2539) 2024-03-15 17:35:37 +01:00
options.py Zork Grand Inquisitor: Implement New Game (#2539) 2024-03-15 17:35:37 +01:00
requirements.txt Zork Grand Inquisitor: Implement New Game (#2539) 2024-03-15 17:35:37 +01:00
world.py Zork Grand Inquisitor: Implement New Game (#2539) 2024-03-15 17:35:37 +01:00