-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update readme file of quantum Chinese chess #204
Conversation
Add Chinese version of read me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! Love the documentation!
After cloning the Unitary library you can use command line flags to run the game: | ||
## How to run the game | ||
|
||
After cloning the Unitary library you can use the following command line to run the game: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: comma after library.
|
||
``` | ||
python -m examples.quantum_chinese_chess.chess | ||
``` | ||
|
||
Currently we don't have a graphical interface. Text display is supported at Linux terminal, Mac terminal, Colab, and Sublime Terminus. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comma after Currently
Thanks a lot for the review! |
Update readme file of quantum Chinese chess to include game rules and commands.