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
- Host: GitHub
- URL: https://github.com/rxn7/battleships
- Owner: rxn7
- Created: 2023-05-24T14:46:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T02:22:02.000Z (about 3 years ago)
- Last Synced: 2025-03-02T10:42:05.535Z (over 1 year ago)
- Topics: bunjs, typescript, websocket
- Language: TypeScript
- Homepage:
- Size: 1.24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Battleships


# 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