Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ovidios/word-blocks
- Owner: Ovidios
- Created: 2023-10-11T21:30:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T21:31:22.000Z (about 1 year ago)
- Last Synced: 2023-10-12T20:01:56.613Z (about 1 year ago)
- Topics: clang, game, gameboy, gameboy-color, gbdk, gbdk-2020
- Language: C
- Homepage: https://ovidios.itch.io/word-blocks
- Size: 4.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- Changelog: history.c
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)