gb-wordyl VS wordle-trie-packing

Compare gb-wordyl vs wordle-trie-packing and see what are their differences.

gb-wordyl

A word game for the Nintendo Game Boy / Color, Analogue Pocket, Mega Duck (by bbbbbr)

wordle-trie-packing

Wordle clones are everywhere, but who is thinking about the bandwidth? (by adamcw)
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
gb-wordyl wordle-trie-packing
7 5
54 2
- -
7.5 4.7
2 months ago over 2 years ago
C Python
GNU General Public License v3.0 only MIT License
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.

gb-wordyl

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

wordle-trie-packing

Posts with mentions or reviews of wordle-trie-packing. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-19.
  • Game Boy Wordle clone: How to compress 12972 five-letter words to 17871 bytes
    12 projects | news.ycombinator.com | 19 Feb 2022
    ```

    Doing this, and then doing the variable length encoding I got the file down to 13,181 bytes (it was 13,180 bytes, but I needed to add a 7 bit termination string so that you can properly decode the file after you write it to disk, otherwise when the file rounds to the nearest byte you have random 0s that get decoded).

    I'm sure with some twiddling of the alphabets some more you could save a few more bytes, but this does better than both Brotli on a ASCII trie and the Huffman Trie by almost 1KB (https://github.com/adamcw/wordle-trie-packing#all-words), so I'm very happy.

What are some alternatives?

When comparing gb-wordyl and wordle-trie-packing you can also consider the following projects:

wasmboy - Game Boy / Game Boy Color Emulator Library, 🎮written for WebAssembly using AssemblyScript. 🚀Demos built with Preact and Svelte. ⚛️

wordle - Finding optimal play in the game of wordle

ZLib - A massively spiffy yet delicately unobtrusive compression library.

space-invaders-gameboy - Remaking Space Invaders for the gameboy, from scratch. Using GBDK 2020. Tutorial here: https://laroldsjubilantjunkyard.com/tutorials/recreating-gameboy-games/space-invaders/

roadroller - Roadroller: Flattens Your JavaScript Demo

gameoflife-gb - A Game Boy port of Conway's Game of Life

gbsenpai - GB Studio Extended Nominal Player Adaptation/Interface

tinyzoo-gb - GB/GBC port of the ZZT engine.