28 print_at(y + 6, x + 2,
" /  ̄| | | ♡ ");
29 print_at(y + 7, x + 2,
" | (  ̄ヽ__ヽ_)");
45 print_at(y + 6, x + 2,
" /  ̄| | |hmph");
46 print_at(y + 7, x + 2,
" ~~(  ̄ヽ__ヽ_)");
62 print_at(y + 6, x + 2,
" /  ̄| | NICE!");
63 print_at(y + 7, x + 2,
" | (^ ̄ヽ__ヽ_)");
void print_at(int row, int col, const char *str)
Move the terminal cursor to [row, col] and write str.
UI mode structures, macros & function prototypes.
void draw_happy(int y, int x)
Draw happy Neko chan ASCII art.
void draw_upset(int y, int x)
Draw upset Neko chan ASCII art.
void draw_proud(int y, int x)
Draw proud Neko chan ASCII art.