wordle-trie-packing VS gb-wordyl

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

wordle-trie-packing

Wordle clones are everywhere, but who is thinking about the bandwidth? (by adamcw)

gb-wordyl

A word game for the Nintendo Game Boy / Color, Analogue Pocket, Mega Duck (by bbbbbr)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
wordle-trie-packing gb-wordyl
5 7
2 54
- -
4.7 7.5
about 2 years ago about 2 months ago
Python C
MIT License 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.

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.

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.

What are some alternatives?

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

wordle - Finding optimal play in the game of wordle

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

ZLib - A massively spiffy yet delicately unobtrusive compression library.

roadroller - Roadroller: Flattens Your JavaScript Demo

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/

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.