Skip to content

Commit

Permalink
EightQueens v0.4.1 - design
Browse files Browse the repository at this point in the history
  • Loading branch information
attogram committed May 17, 2019
1 parent 6a30743 commit 8e476b7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
9 changes: 2 additions & 7 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Future Developments

* `[Easy Mode]` option:
show all attack paths of current queens on board
via change of square color.

* add notice to this project from old
[attogram/8queens](https://github.com/attogram/8queens) repo

* convert restart link into function that clears board and resets timer.
* if Show Attack Paths is on, then also show # of squares free and # of squares under attack.
* restart timer if solved game becomes unsolved due to queen removal
4 changes: 3 additions & 1 deletion src/DidYouKnow.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.EightQueens-didyouknow {
color: saddlebrown;
font-size: 14px;
font-family: "Times New Roman", serif;
font-size: 90%;
margin: 5px 0 5px 0;
max-width: 500px;
}
2 changes: 2 additions & 0 deletions src/EightQueens.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
}

.EightQueens-header {
align-items: center;
display: flex;
flex-direction: row;
justify-content: center;
margin: 0 0 5px 0;
}

Expand Down
2 changes: 1 addition & 1 deletion src/EightQueens.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import Title from './Title.js';
import queenUnderAttackSvg from './queenUnderAttack.svg';

const gameName = 'Eight Queens';
const gameVersion = '0.4.0';
const gameVersion = '0.4.1';
const gameHome = 'https://github.com/attogram/EightQueens';

class EightQueens extends Component {
Expand Down
1 change: 1 addition & 0 deletions src/Status.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.EightQueens-status {
font-size: 14px;
margin: 0 20px 0 0;
white-space: nowrap;
}

.EightQueens-playing {
Expand Down

0 comments on commit 8e476b7

Please sign in to comment.