From 89666524560c00d06d3597d04772c9783379630e Mon Sep 17 00:00:00 2001 From: Mike Archbold Date: Tue, 17 Dec 2024 23:36:37 -0800 Subject: [PATCH] save progress to date --- examples/games/GreedyChess.metta | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/games/GreedyChess.metta b/examples/games/GreedyChess.metta index 5515b0bd0b..07a7c0b163 100644 --- a/examples/games/GreedyChess.metta +++ b/examples/games/GreedyChess.metta @@ -82,13 +82,13 @@ (writeln! '- Your pieces are marked with an asterisk') (writeln! '- Please take note of the following simple commands:') (writeln! '-------- C o m m a n d s -----------') - (writeln! '1) TO MOVE YOUR PIECE USE (example) -> (m 1 2 1 3)') + (writeln! '1) TO MOVE YOUR PIECE USE (example) -> !(m 1 2 1 3)') (writeln! ' Result: YOUR pawn in 1,2 moved to location 1,3 based on standard cartesian x/y.') - (writeln! '2) Move MeTTa Greedy Chess -> (g)') - (writeln! '3) Reset -> (r)') - (writeln! '4) Commands List -> (c)') - (writeln! '5) Display Board -> (d)') - (writeln! 'You may now enter your move (m x1 y1 x2 y2) command!'))) + (writeln! '2) Move MeTTa Greedy Chess -> !(g)') + (writeln! '3) Reset -> !(r)') + (writeln! '4) Commands List -> !(c)') + (writeln! '5) Display Board -> !(d)') + (writeln! 'You may now enter your move !(m x1 y1 x2 y2) command.'))) !(chess) ;!(match &self (console-messages $msg) (println! $msg))