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

https://github.com/rxn7/battleships

Battleships game made using bunjs
https://github.com/rxn7/battleships

bunjs typescript websocket

Last synced: about 1 month ago
JSON representation

Battleships game made using bunjs

Awesome Lists containing this project

README

          

# Battleships
![battleships](docs/lobby.png)
![battleships](docs/game2.png)

# Setup
```bash
bun install
```

# Build

# Run
To run the server in watch mode:
```bash
bun run watch
```

To watch-compile the frontend scripts:
```bash
bun run watch-static
```

# To do
* Placing ships by hand