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.
- Host: GitHub
- URL: https://github.com/gdonald/nauticalwar
- Owner: gdonald
- License: mit
- Archived: true
- Created: 2022-11-12T19:27:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T21:15:35.000Z (about 2 years ago)
- Last Synced: 2025-07-01T15:02:45.133Z (about 1 year ago)
- Topics: android, battleship, game, java, rails, ruby
- Language: Java
- Homepage:
- Size: 12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Nautical War

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.