Cartridge Workshop
A no-code creator tool that lets hobbyist game makers design WASM-4 cartridges in a browser editor and one-click export them into the W4ME Station bundle so their games run on Java ME feature phones.
indie retro-game hobbyists who want to make games that actually install on vintage phones
- Browser-based visual level and sprite editor with a vintage pixel-art asset library
- One-click export to a signed .jad/.jar bundle ready for W4ME Station sideloading
- Built-in emulator preview that mirrors the 160×160 framebuffer and limited palette
- Community gallery where creators publish cartridges installable via JSR-75 file browser
The W4ME Station runtime just opened a real distribution channel (CLDC 1.1 feature phones) and retro-game development is a growing creator niche hungry for new build targets; without authoring tools the platform stays a curiosity instead of a community.
WASM-4 community is clearly tiny — HN launch post only got 10 points/1 comment and the itch.io community page links mainly to a Discord; PICO-8 (the dominant fantasy console with Celeste as breakout hit) shows what a healthy fantasy-console demand curve looks like, and WASM-4 is orders of magnitude smaller.GitHub - aduros/wasm4: Build retro games using WebAssembly for a fantasy console ↗Community - WASM-4 Game Jam - itch.io ↗
WASM-4 currently requires compiling from AssemblyScript/C/Rust/Go — no browser-based, no-code cartridge editor exists; the platform is brand-new (first public W4ME Station release) so tooling is wide open.Introduction | WASM-4 ↗W4ME Station - a WASM-4 runtime for Java ME phones - GitHub ↗
PICO-8 proves a $15 license model works for fantasy consoles, but WASM-4 itself is open-source/free and the addressable maker base (WASM-4 devs willing to target Java ME phones) is tiny — no evidence of willingness to pay for an authoring tool.PICO-8 Fantasy Console ↗Wasm-4 ↗
Retro tech enthusiasm is real and recurring but not a mass-market growth category
Building a no-code browser editor is non-trivial (asset pipeline, sprite editor, input/state mapping, WASM compile, W4ME bundle export) but feasible because WASM-4 is intentionally simple — 160×160, 4 colors, well-documented API.Introduction | WASM-4 ↗