From c729db1194fc49885264c9222757260d92ac987a Mon Sep 17 00:00:00 2001
From: Maas Lalani
Date: Wed, 1 Dec 2021 21:19:27 -0500
Subject: [PATCH] doc: add future plans
---
README.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f74a2b2..5d6d744 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,14 @@ Chess board in your terminal.
+### Warning
+
+`gambit` does not have many features at the moment.
+I plan on adding a chess engine, mouse support, timers, networked play, game replays, etc...
+
### Move
-Suppose you want to open as white with Pawn E4.
+Suppose you want to open as white with Pawn `E4`.
You will first select the square with the piece you want to move by typing `E2`,
then type the square of the desired end position `E4`.