From cf0a789c80302eac660129cb36242c481f5d37f4 Mon Sep 17 00:00:00 2001 From: girst Date: Tue, 8 Jan 2019 20:30:06 +0100 Subject: [PATCH] update TODOs --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9aece3..1fc33ba 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,18 @@ play klondike and spider solitaire in your unicode terminal. ### P1 ### P2 + * TODO: suggest moves (`h` => hint) + * TODO: 'join to here' command (should take longest chain available) + * TODO: escape sequences (for real cursor keys) * TODO: cleanup: in `x2y()` functions there is a lot of replication and noise when calculating legal moves, top cards, etc. ### P3 - * TODO: mouse mode * TODO: screen size > stack height => rendering issues! - * TODO: suggest moves (`h` => hint) + * TODO: differential drawing mode (at least for highlighting cards) ### P4 + * TODO: mouse mode (problems: finding position with `extreme_overlap`) * TODO: scores, variants: draw 3, max. n overturns + * TODO: expose deal() seed for restarting the game * TODO: vt220 mode (problems: charset, slow baudrate and no differential drawing mode) * TODO: ed(1) mode (solEDaire): playable on a line printer; ascii/ibm only? -- 2.39.3