An open API service indexing awesome lists of open source software.

https://github.com/nikolailehbrink/battleship

Python3 CLI adaptation of the classic Battleship game, enriched with color text and time control libraries.
https://github.com/nikolailehbrink/battleship

battleships cli study-project

Last synced: 7 months ago
JSON representation

Python3 CLI adaptation of the classic Battleship game, enriched with color text and time control libraries.

Awesome Lists containing this project

README

          

# Battleships
![360_F_350713120_Dndkp2TZzdIu9kkV4aXJ3rX34N9ACRzF](https://user-images.githubusercontent.com/38915700/126877124-9948ba63-6877-4413-b7de-11b154c93547.jpg)

Final assignment for the Python3 course in the sixth semester of the media informatics program at HSB with Andreas Lochwitz in 2020.
I decided to create a CLI version of the program and added several libraries, for example to make color differences in the text visible and for time controls.

> To get the application running, Python3 must be installed. Then simply type in `main.py` in the respective folder via a command line and enjoy the game

## Startscreen
![image](https://user-images.githubusercontent.com/38915700/126866056-18597047-b37b-4e73-8d2d-578779453a57.png)

## Playfield
![image](https://user-images.githubusercontent.com/38915700/126866078-dc59e132-bc32-46cf-a5a7-1dfafa7775d6.png)

## Hit
![image](https://user-images.githubusercontent.com/38915700/126866112-3eee9e47-71d7-420f-9e62-cbdba2aff306.png)