Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sp33dyS committed Apr 19, 2020
1 parent b726c58 commit cd3bf66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.idea/
build/
dist/
venv/
Binary file added ship.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion v0.1.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def random_col(board):
# print("First ship:", ship_row, ship_col)
# print("Second ship:", ship2_row, ship2_col, "\n")
print("Welcome to battleship game.\nA ship's size is only one character")
print("Try to guess rows and columns from 0 to 6.")
print("Try to guess rows and columns from 1 to 7.")
print("\nThere are ten turns and two ships. Good luck!")

# Everything from here on should go in your for loop!
Expand Down

0 comments on commit cd3bf66

Please sign in to comment.