Version of the classic Battleship game, built with JS+CSS+HTML and React.
Place your ships on the map, then try to destroy your adversary's fleet. Take turns with your oponent, the Computer, to hit as many of one another's ships.
- Dran-and-drop ship placement
- AI enemy
Prerequisites: nodejs and npm
- Get the code (clone or download)
- In the project directory, run
npm install
in a terminal - Then run
npm run start
to view in local dev server; or - Run
npm run build
to compile
Built as a project assignment for The Odin Project curriculum.