wasm4 icon indicating copy to clipboard operation
wasm4 copied to clipboard

Build retro games using WebAssembly for a fantasy console.

Results 159 wasm4 issues
Sort by recently updated
recently updated
newest added

Jakt is a language started by Andreas Kling, creator of SerenityOS, and JT, who's on the Rust Core Team. It looks and feels a lot like Swift, but it compiles...

Reproduction URL: https://www.brick.codes/spunky.html steps: 1) Browse to URL 2) Share netplay link 3) Connect using netplay link in incognito window 4) Observe that player2 (on wasm4.org) can see player1, but...

There has been much discussion in the past about how the audio interface could be made more versatile. One improvement is in the frequency domain, where the most elaborate (and...

This code produces a cartridge that has a size of 78 kB (with the lazy static crate (as per the official tutorial) it has over 100 kB). (The other files/modules...

I'm seeing an issue where tapping anywhere on the screen causes games to skip frames. eg: in Antcopter, rapidly tap the screen and the animation/music comes to a crawl the...

bug

Currently, only for AssemblyScript. But I can also add for everyone else. @aduros wdyt?

It would be great if one could customize the emulator keymap when bundling. A possible solution would be to pass a JSON config via a `--keybdings` option. The file could...

Can seem to use other multiplayer controls, but , and . for p1 don't work

It would be great to have the ability to save scores in the global leaderboard, which would be available for all cartridges. Such a table could then be accessed either...

## Problem Currently each game either uses text or custom graphics to spell out what the controls are, generally by mentioning the keyboard keys to press. This works as long...