coredump-ch / rpsrtsrs

Rock-Paper-Scissors-Real-Time-Strategy game written in Rust.
GNU Affero General Public License v3.0
11 stars 5 forks source link

Use proper Unicode box-drawing characters for state machine diagram #59

Closed das-g closed 7 years ago

das-g commented 7 years ago

Use proper Unicode box-drawing characters for state machine diagram.

rnestler commented 7 years ago

Nice! Looks way better IMO :sparkles:

rnestler commented 7 years ago

One minor nitpick: Could you start the commit messages with an uppercase letter? I try to follow the recommendations from https://chris.beams.io/posts/git-commit/. I could also change it for you if you don't mind :wink:

rnestler commented 7 years ago

One minor nitpick: Could you start the commit messages with an uppercase letter? I try to follow the recommendations from https://chris.beams.io/posts/git-commit/. I could also change it for you if you don't mind :wink:

Looking through the commit history I noticed that I didn't always follow the recommendations myself :scream:

rnestler commented 7 years ago

Thanks again!