wasm-snake VS wasmboy

Compare wasm-snake vs wasmboy and see what are their differences.

wasmboy

Game Boy / Game Boy Color Emulator Library, 🎮written for WebAssembly using AssemblyScript. 🚀Demos built with Preact and Svelte. ⚛️ (by torch2424)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
wasm-snake wasmboy
2 3
7 1,358
- -
7.7 0.0
2 months ago about 1 year ago
WebAssembly WebAssembly
- GNU General Public License v3.0 only
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.

wasm-snake

Posts with mentions or reviews of wasm-snake. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-04.
  • Classic Snake in Direct WebAssembly Text
    2 projects | news.ycombinator.com | 4 Mar 2024
    All of the game graphics, state and logic are written in WebAssembly Text. The host environment (Javascript) is responsible for:

    Game tick loop

    User input

    Providing characters "0123456789GAMEOVER" byte data on game startup

    Blitting the pixel buffer to the display with WebGL2

    The game uses 3 virtual pages of memory (64kb each) for a total of 192kb. Within those exist the pixel buffer contents, the characters data and snake positions. For more detailed breakdown you can check src/snake.wat.

    The memory is shared between WASM and JS. On each game tick, the pixel buffer region of the memory is transferred to a WebGL2 texture, uploaded to the GPU and blitted to the screen.

    For more info you can refer to the repo - https://github.com/gnikoloff/wasm-snake

wasmboy

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

What are some alternatives?

When comparing wasm-snake and wasmboy you can also consider the following projects:

gbemu - WebAssembly based Gameboy Emulator

gb-wordyl - A word game for the Nintendo Game Boy / Color, Analogue Pocket, Mega Duck

wordle-trie-packing - Wordle clones are everywhere, but who is thinking about the bandwidth?

roadroller - Roadroller: Flattens Your JavaScript Demo

vaporBoy - Gameboy / Gameboy Color Emulator PWA built with Preact. ⚛️ Powered by wasmBoy. 🎮Themed with VaporWave. 🌴🐬

wordle - Finding optimal play in the game of wordle

gopher-boy - :video_game: A Game Boy emulator written in Go

gem - A Gameboy Color emulator and debugger

owi - WebAssembly Swissknife

coffee-gb - Gameboy emulator in Java 8.

runno - Browser-based runtime for programming languages and WASI binaries.