https://github.com/matviyroman/battleship-next.js
https://github.com/matviyroman/battleship-next.js
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matviyroman/battleship-next.js
- Owner: MatviyRoman
- License: mit
- Created: 2025-06-21T07:07:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-21T11:34:59.000Z (about 1 year ago)
- Last Synced: 2025-07-30T04:01:16.432Z (12 months ago)
- Language: TypeScript
- Homepage: https://battle-ship-next-js.vercel.app
- Size: 95.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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._