Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ovidios/word-blocks

A simple tetris-like word puzzle game for the GameBoy and GameBoy Color
https://github.com/ovidios/word-blocks

clang game gameboy gameboy-color gbdk gbdk-2020

Last synced: about 2 months ago
JSON representation

A simple tetris-like word puzzle game for the GameBoy and GameBoy Color

Awesome Lists containing this project

README

        

![Banner](github_resources/banner.png)
## About
**WORD BLOCKS** is a block-word-puzzle game made for the original GameBoy (but with support for the GameBoy Color!) Find the GB ROM as well as an HTML5 version hosted on [itch.io](https://ovidios.itch.io/word-blocks)!

It was made using [GBDK 2020](https://github.com/gbdk-2020/gbdk-2020), a framework for writing GameBoy games in C.

## Misc. Tools and Scripts
The game uses the Scrabble Dictionary. This repository includes a script (`create_dict/create_full_dict.py`) to create a number of C files (`dict/dict_0.c`, etc.) containing the tree structure used to quickly check if a word is contained in the dictionary.

I also built a very simple HTML app to create color palettes, which can be found under `colorpicker/index.html`.

## Screenshots
![Screenshot](github_resources/sc1.png)
![Screenshot](github_resources/sc2.png)