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

https://github.com/matviyroman/battleship-next.js


https://github.com/matviyroman/battleship-next.js

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Battleship Game (Морський бій)

This project is a modern implementation of the classic Battleship game using Next.js, React, TypeScript, and Tailwind CSS.

## Features

- Two-player turn-based gameplay
- Ship placement and attack phases
- Modern, responsive UI
- Built with Next.js App Router and best practices

## Getting Started

To run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) in your browser to play.

## Project Structure

- Main game logic and UI will be in `src/app/`
- Global styles in `src/app/globals.css`

## Next Steps

- Implement Battleship game logic and UI
- Add multiplayer turn-based features

---

_This project was bootstrapped with `create-next-app` and customized for Battleship._