[Community Puzzle] Make an Atari Font

Coding Games and Programming Challenges to Code Better

Send your feedback or ask for help here!

Created by @Lisa-Has-Ideas,validated by @FredericLocquet,@InSync and @odaxav.
If you have any issues, feel free to ping them.

:wave: hi to All and thanks to @Lisa-Has-Ideas (and validators @FredericLocquet,@InSync and @odaxav) for his good puzzle :clap: .
→ in my opinion, it may be a bit difficult for inexperienced developers in bitboarding, but so pleasant to resolve for others :+1: !
→ I used a similar font generation for my job a couple years ago, a good event to remember :wink: .
Thanks a lot to you :handshake: .

1 Like

Hello there.
Bitboarding is not even needed to solve it :slight_smile:

Thanks. I’m glad you enjoyed it.
I’m working on a part 2 that simulates creating letters using colored hay-bales in place of pixels

2 Likes

Hi everyone,

I’m almost on target on this puzzle but I have this message on the end of the last line ‘End of line (\n)’.
Would any one knows what can bring this message and how to suppress it.

thank you !!

Suppress it by not printing \n on the end of the last line maybe?