Skip to content

Commit

Permalink
Revert live cell and dead cell
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Scott committed Jan 27, 2018
1 parent af6563c commit 5106dd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
public enum Cell {
// Symbols to represent cell status
LIVE_CELL("@"), DEAD_CELL(":");
LIVE_CELL("*"), DEAD_CELL(".");

private String symbol;

Expand Down

0 comments on commit 5106dd9

Please sign in to comment.