Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/novialriptide/wordle.gb

A work-in-progress variant of Wordle for the GameBoy implemented using GBDK-2020 in C.
https://github.com/novialriptide/wordle.gb

Last synced: 11 days ago
JSON representation

A work-in-progress variant of Wordle for the GameBoy implemented using GBDK-2020 in C.

Awesome Lists containing this project

README

        

Wordle (GameBoy Edition)


Everyone's favorite game, now on GameBoy.

[![wakatime](https://wakatime.com/badge/user/9797ee4f-4108-45bb-8fc2-b36b9c1a1c89/project/ab548926-d82e-4ef8-8b79-3343f96b337e.svg?style=for-the-badge)](https://wakatime.com/badge/user/9797ee4f-4108-45bb-8fc2-b36b9c1a1c89/project/ab548926-d82e-4ef8-8b79-3343f96b337e)

## Notice
Files inside `/bin`, `/lib`, and `/include` are from gbdk-2020 4.0.6!

## Compile
```shell
cd src
./compile
```