Battleship is a classic strategy/guessing game of naval combat. This project is a monorepo containing the following apps and packages for implementing the Battleship web application.
- battleship-nextjs-app
- battleship-react-app
- battleship-engine
- battleship-ui
You can play a game of Battleship here.
- React
- TypeScript
- JavaScript
- Next.js
- Vite
- Vercel
- SASS
- sanitize.css
- Visual Studio Code
- ESLint
- Prettier
- Husky
- Yarn
- Yarn workspaces
- Turborepo
After you clone the Git repository, you can run the following Yarn commands.
yarn
- install packagesyarn build
- build production appsyarn dev
- run development appsyarn lint
- lint checkyarn format
- format code
Kendal Blythe - Check me out on LinkedIn!