Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
games
Commits
4b68aa0e
Verified
Commit
4b68aa0e
authored
Sep 09, 2018
by
Árni Dagur
Browse files
Minesweeper: Changed shading to light
parent
a6259ddd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/minesweeper/main.rs
View file @
4b68aa0e
...
...
@@ -37,7 +37,7 @@ const FLAGGED: &'static str = "F";
/// The string printed for mines in the game over revealing.
const
MINE
:
&
'static
str
=
"*"
;
/// The string printed for concealed cells.
const
CONCEALED
:
&
'static
str
=
"
▒
"
;
const
CONCEALED
:
&
'static
str
=
"
░
"
;
/// The game over screen.
const
GAME_OVER
:
&
'static
str
=
"╔═════════════════╗
\n\r
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment