Skip to content

Commit

Permalink
Added emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
H3rmt committed Dec 18, 2023
1 parent 171163b commit 71824c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worm.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ enum ColorPairs {
// Symbols to display
#define SYMBOL_FREE_CELL " "
#define SYMBOL_BARRIER "#"
#define SYMBOL_FOOD_1 "2"
#define SYMBOL_FOOD_2 "4"
#define SYMBOL_FOOD_1 "🍟"
#define SYMBOL_FOOD_2 "🍔"
#define SYMBOL_FOOD_3 "ඞ"
#define SYMBOL_WORM_HEAD_ELEMENT "0"
#define SYMBOL_WORM_INNER_ELEMENT "o"
Expand Down

0 comments on commit 71824c6

Please sign in to comment.