Skip to content

Commit

Permalink
save progress to date
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzbox35 committed Dec 18, 2024
1 parent 522389f commit 8966652
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/games/GreedyChess.metta
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 8966652

Please sign in to comment.