ikarth / game-boy-rom-generator

Game Boy ROM Generator
MIT License
7 stars 0 forks source link

Add a title generator #127

Closed ikarth closed 4 years ago

ikarth commented 4 years ago

Create a generator that makes titles and title screens.

For the titles, one route might be to use a Tracery grammar.

For the title screen generator, I think the easiest way would be to use Pillow or Processing to turn the text from the title generator into an image.

ikarth commented 4 years ago

Wrote a title generator. title_0894b7f5-3ff0-4a9c-8aff-043cb3b9cfc2 title_4c8b0b32-d40d-4e7f-977a-68f1f7654936 title_ff2a4bd0-7a43-4e76-b388-dbd24ad440c8 title_d930e605-d1e5-4488-a9c8-fd65d8540e2c Some formatting to deal with still.

ikarth commented 4 years ago

Title generator finished: #143