https://github.com/jack-carling/battleship
Interpretation of the classic game - multiplayer
https://github.com/jack-carling/battleship
game multiplayer react redux sse typescript
Last synced: 3 months ago
JSON representation
Interpretation of the classic game - multiplayer
- Host: GitHub
- URL: https://github.com/jack-carling/battleship
- Owner: jack-carling
- Created: 2021-09-13T16:05:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T19:13:54.000Z (over 2 years ago)
- Last Synced: 2025-01-23T17:15:47.668Z (5 months ago)
- Topics: game, multiplayer, react, redux, sse, typescript
- Language: TypeScript
- Homepage:
- Size: 3.98 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
## Description
Battleship is a strategy type guessing game for two players. It is played on ruled grids on which each player's fleet of battleships are marked. The locations of the fleets are concealed from the other player. Players alternate turns calling "shots" at the other player's ships, and the objective of the game is to destroy the opposing player's fleet.
## Setup
```bash
# Install dependencies
npm install# Terminal 1: Run development server for frontend
npm run dev# Terminal 2: Run backend server
npm run server
```## Screenshot
