Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
feat: move fonts under challenge directory (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
initbar committed Oct 28, 2023
1 parent f2d5387 commit 4164c37
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenge/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
CHALLENGE_NOISE_CHARSET := "AaO0o",
CHALLENGE_NOISE_PARTITION := 0.75,

DISPLAY_FONT_FAMILY := "fonts/Terminus.ttf",
DISPLAY_FONT_FAMILY := "challenge/fonts/Terminus.ttf",
DISPLAY_FONT_SIZE := 17,
DISPLAY_FONT := ImageFont.truetype(
font=DISPLAY_FONT_FAMILY,
Expand Down
File renamed without changes.
Binary file removed solution/programming_challenge_2024.bmp
Binary file not shown.

0 comments on commit 4164c37

Please sign in to comment.