stacksmashing / gb-wordle

A WORDLE clone for the Nintendo Game Boy
GNU General Public License v3.0
215 stars 24 forks source link

[Suggestion] Color palettes (GBC or Super Game Boy) #16

Open RafaelTrepaUnCarballo opened 2 years ago

RafaelTrepaUnCarballo commented 2 years ago

Game Boy-compatible games (like every pokemon game prior to Crystal) can use specific color palettes in a Super Game Boy or Game Boy Color.

It would be nice to use that to render yellow and green squares.

bbbbbr commented 2 years ago

I've added CGB coloring in my fork. The codebase changes are a bit extensive since I converted it from bitmapped drawing mode to all tile based graphics. https://github.com/bbbbbr/gb-wordle

RAMChYLD commented 2 years ago

But there's color already in the game? I put it onto a flash cart and played it on a real GameBoy Color. The default color palette on a game boy color looks kinda neat.

On the playfield, letters that are in the word but in the wrong place are highlighted light blue. Letters that are in the correct place gets highlighted black/inverse.

On the onscreen keyboard, letters that have been ruled out turns green, while letters that have been confirmed to be in the word turns dark blue. Letters not yet tried stays black.