From 5c33377c3103bff506340d3ab5f7d739a42555de Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Sun, 14 Jun 2026 11:21:29 +0200 Subject: [PATCH] :goat: --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 153ce0c..16a7493 100644 --- a/index.html +++ b/index.html @@ -196,7 +196,7 @@

Archipelago is a multiworld randomizer platform that lets players shuffle items across different games simultaneously. This project is a full Archipelago implementation for the PS2 game Sly 2: Band of Thieves. Shuffling gadgets, chapters, treasures, and collectibles into a shared item pool across a multiplayer session.

The core technical challenge is real-time memory manipulation of a running PCSX2 emulator instance via the PINE protocol, reading and writing game state at precise memory addresses to track checks, deliver items, and keep the randomizer in sync with what's happening inside the game.

-

The project has grown into something I actively maintain and support: 18 releases, a proper issue tracker, and a small but dedicated community of around 500 players.

+

The project has grown into something I actively maintain and support, with a small but dedicated community of around 500 players.

PythonPCSX2 / PINEMIPS assembly