This is a project developed in Python to play the famous game "Battleships".
- Python 3.8 (or higher)
- Poetry
- A desire to have a good time playing a classic game
- Enter the repository URL. Surely, if you are reading this, you are already there.
- Open a terminal and run the command
git clone https://github.com/juanmacivico87/battleships.git
. - Enter the directory you have just cloned with the command
cd battleships
. - Run the
poetry install
command to install the project dependencies. Remember that you must first have Poetry installed on your computer.
To play "Battleships", just go to the project folder and run the command python3 app/app.py
. Then, follow the instructions that appear on the screen of your console and... Enjoy!!!
A little trick: If you want to play in test mode, when asked for your name, say your name is Tester.
This is an Open Source project, so feel free to download, use and extend it as you wish.
Did you like it? If so, add a star to the repository to encourage me to continue doing projects like this and help me to give it more visibility.
- 1.1.0
- Create test mode
- 1.0.1
- Check that the coordinates entered are not out of the board
- 1.0.0
- Initial version of the project