From 9ed28d9d5187835579ca0690fce5720ac8ace329 Mon Sep 17 00:00:00 2001 From: Murilo Pereira Date: Sat, 30 Apr 2011 17:40:22 -0300 Subject: [PATCH] Added instructions. --- lib/game.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/game.c b/lib/game.c index 9c88b6b..8415631 100644 --- a/lib/game.c +++ b/lib/game.c @@ -214,7 +214,8 @@ static void deal_cards(struct deck *deck) { } void greet_player() { - mvprintw(11, 27, "Welcome to tty-solitaire."); + mvprintw(10, 27, "Welcome to tty-solitaire."); + mvprintw(11, 8, "Move with \u2190\u2191\u2192\u2193 or hjkl. Use the space bar to mark and move cards."); mvprintw(12, 19, "Press the space bar to play or q to quit."); return;