Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/novialriptide/wordle.gb
- Owner: novialriptide
- License: gpl-3.0
- Created: 2022-06-20T05:49:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T04:16:40.000Z (over 2 years ago)
- Last Synced: 2023-03-05T15:53:23.531Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 6.76 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```