https://github.com/lpapailiou/battle-ships
A battle ships mobile game for android platform.
https://github.com/lpapailiou/battle-ships
android android-application android-game battleship-game bot dagger2 firebase kotlin multiplayer-game room-database single-player-game
Last synced: 6 months ago
JSON representation
A battle ships mobile game for android platform.
- Host: GitHub
- URL: https://github.com/lpapailiou/battle-ships
- Owner: lpapailiou
- Created: 2021-07-09T16:39:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T18:34:59.000Z (about 4 years ago)
- Last Synced: 2025-02-04T15:50:26.022Z (8 months ago)
- Topics: android, android-application, android-game, battleship-game, bot, dagger2, firebase, kotlin, multiplayer-game, room-database, single-player-game
- Language: Kotlin
- Homepage:
- Size: 7.4 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BattleShips
A __battle ships__ mobile game allowing single and multi player games on android.
Created as FFHS project in spring 2020 in collaboration with [@ramonator00](https://github.com/ramonator00) and [@SandroBuerki](https://github.com/SandroBuerki).## The game
Classic rules apply.
Two game modes are available:
- single player mode: play against random bot
- multi player mode: play against other playersMultiplayer games require a network connection with wifi (and friends). If you play without network connection, moves are saved locally and synchronized at the time of reconnecting.
Several games can be managed in parallel. Games can be paused as well.
If a game is finished, scores are taken into account. Overall scores will be accessible in a ranking view.
