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))