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

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

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

![](https://user-images.githubusercontent.com/72305598/137637652-9759e6f2-33e4-4029-825d-135e176737a7.png)