alttpo VS Archipelago

Compare alttpo vs Archipelago and see what are their differences.

alttpo

Contains AngelScript code for bsnes-as integration and alttp-server (by alttpo)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
alttpo Archipelago
3 25
29 335
- 9.6%
5.1 9.9
20 days ago 4 days ago
AngelScript Python
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

alttpo

Posts with mentions or reviews of alttpo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-20.
  • What video game is an absolute 100/100 in your opinion?
    6 projects | /r/AskReddit | 20 Oct 2022
  • A Link to the Past Online – ALttPO
    1 project | news.ycombinator.com | 11 Feb 2022
  • SNES Development Part 1: Getting Started
    10 projects | news.ycombinator.com | 11 Feb 2022
    I've developed quite a few SNES-related things for fun, mostly using Go and C++, with some 65816 ASM sprinkled in.

    https://github.com/alttpo/alttpo - A Link To The Past Online. Lets multiple players see and interact with one another in the same game world and synchronize their progress through the game. Exclusive to a customized fork of the bsnes emulator which provides a scripting language and PPU-integrated drawing routines to render remote player sprites. In retrospect, I consider this a dead-end architecture; redesigned in o2 project (see below).

    https://github.com/alttpo/o2 - Second version of alttpo (see above) but this time targeted at SNES hardware console support (via SD2SNES flash cart USB feature) and does not require a customized emulator nor a scripting language. Trade-off here is a loss of the visual aspect (cannot see remote player sprites) due to tight hardware limitations in the amount of VRAM and limited SNES CPU cycles available. Work is in progress to gain back the remote sprite rendering as an optional add-on via the bsnes-plus WASM module support (see below). This project includes a 65816 machine code emitter library (pure Go) with support for named labels of branch targets. There is also a bare-bones headless SNES emulator library (pure Go) included for unit tests to verify the generated 65816 ASM and ROM patching mechanism.

    https://github.com/alttpo/bsnes-plus - A fork of bsnes-plus in development that invokes WebAssembly modules when certain general SNES events occur, e.g. `on_nmi`, `on_power`, `on_reset`, `on_frame_present`. WASM code has access to a draw-list API for drawing into the various PPU layers, e.g. extra sprites, text (with PCF font support), basic shapes. WASM code can also receive arbitrary binary messages from external applications, e.g. to update remote player positions or exchange custom sprite graphics.

Archipelago

Posts with mentions or reviews of Archipelago. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-08.

What are some alternatives?

When comparing alttpo and Archipelago you can also consider the following projects:

bsnes-plus-wasm - debug-oriented fork of bsnes, with added wasm runtime for scripting

h1-mod - Modification for H1 (MWR)

Mesen-SX - Homebrew development oriented fork of Mesen-S - a cross-platform (Windows & Linux) SNES emulator built in C++ and C#. Deprecated; see https://github.com/SourMesen/Mesen2/

0ad - Git mirror of the 0 A.D. source code (http://trac.wildfiregames.com/browser)

o2 - ALttP Online 2.0 designed for console support

factorio-blueprint-decoder - Decode Factorio's binary `blueprint-storage.dat` file into JSON for backup, downgrading or further manipulation.

snestracker - Super Nintendo Entertainment System Music Software. Super Famicom Music Software

wesnoth - An open source, turn-based strategy game with a high fantasy theme.

bass - fork of byuu's bass assembler

Spring RTS game engine - A powerful free cross-platform RTS game engine. - Report issues at https://springrts.com/mantis/

gb-wordle - A WORDLE clone for the Nintendo Game Boy

ironwail - High-performance QuakeSpasm fork