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

https://github.com/gdonald/nauticalwar

Rails and Android apps for classic Battleship. Used to be paid commercial, now open source and free.
https://github.com/gdonald/nauticalwar

android battleship game java rails ruby

Last synced: 12 months ago
JSON representation

Rails and Android apps for classic Battleship. Used to be paid commercial, now open source and free.

Awesome Lists containing this project

README

          

## Nautical War

![Nautical War](https://raw.githubusercontent.com/gdonald/nauticalwar/main/nauticalwar-android/play/1280x720.png)

Nautical War is a simple game where you try to sink the enemy's ships before they sink yours. The game is played on a 10x10 grid. Each player has 5 ships: a carrier (5 squares), a battleship (4 squares), a cruiser (3 squares), a submarine (3 squares), and a destroyer (2 squares). The ships are placed on the grid by the players and then the players take turns firing at the enemy's ships. The first player to sink all of the enemy's ships wins.

Nautical War used to be commercial software, but I've decided to release it as open source under an [MIT License](https://raw.githubusercontent.com/gdonald/nauticalwar/main/LICENSE).

### nauticalwar-rails

This is the Ruby on Rails app for the Nautical War game. It provides a web interface to play the game in a browser and a RESTful API for the Android app.

### nauticalwar-android

This is the Android app for the Nautical War game.