- Navigate to the project directory:
- Install dependencies:
- Run the server script:
- Run the client script:
cd battleship-game
look at the venv file
python battleshipsserver.py
python battle_cli.py
- Start the server and ensure it's running.
- Run the client script to connect to the server.
- Select ship positions in the client GUI.
- Play the game against another player or AI.