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

https://github.com/lukestorry/pygame-battleships

A simple graphical Battleship-style game written using Pygame. In-progress portfolio Python piece.
https://github.com/lukestorry/pygame-battleships

battleship-game game game-2d pygame-application python3

Last synced: 9 months ago
JSON representation

A simple graphical Battleship-style game written using Pygame. In-progress portfolio Python piece.

Awesome Lists containing this project

README

          

# pygame-battleships
#### A simple Battleship-style game using Pygame
[![Build Status](https://travis-ci.org/LukeStorry/pygame-battleships.svg?branch=master)](https://travis-ci.org/LukeStorry/pygame-battleships)
---

## Requirements
- Python 3.4 or later
- Pygame 1.9 or later

## Usage
If all requirements are installed, simply run:

$ python3 battleships.py

## Screenshot
![screenshot](screenshot.png)