py-battleship

This is a simple, but super cool Battleship game. Lets Play!!!


Keywords
game, battleship, board
License
MIT
Install
pip install py-battleship==1.3.2

Documentation

Battleship Python

PyPI latest PyPI Version PyPI License CicleCI Status Coverage

This is a simple Framework of Battleship game. Lets Play!!!

Installation

$ pip install py-battleship

Or, you can download the source and

$ git clone git@github.com:rhenter/battleship-python.git
$ cd battleship-python
$ python setup.py install

Add sudo in the beginning if you met problem.

How to Use

To play use:

$ py-battleship

or

$ python -m battlefield

image

Documentation

In progress

Contributing

Please send pull requests, very much appreciated.

  1. Fork the repository on GitHub.
  2. Make a branch off of master and commit your changes to it.
  3. Install requirements. pip install -r requirements-dev.txt
  4. Install pre-commit. pre-commit install
  5. Create a Pull Request with your contribution