Skip to content

Commit

Permalink
set readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ReginaCsaszar committed Oct 16, 2017
1 parent dff6c27 commit c4f0334
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# cuddly-robot
Minesweeper - Simple game in c++
# Minesweeper
Simple basic game in c++

Császár Regina @Codecool BP 3 (2017.1) Group C
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ namespace {
delete[] playerTable;
}

0
void printTable() const {
std::cout <<"\nTable:\n";
for (int i = 0; i <= width; ++i) { std::cout << "--"; }
Expand Down

0 comments on commit c4f0334

Please sign in to comment.