- HTML
- CSS
- JavaScript
- Webpack
Can be found on: ( Battleship (The Odin Project) )
Play against a computer with two boards.
Mouhamadou Diouf ( @mouhad ) Michael Damulak ( @em-em-D )
Let's connect on:
You can also check my portfolio
- Clone it (git clone git@github.com:MouhaDiouf/battleship.git)
- Execute it with a live server (from your code editor)
Live version can be found here: Battleship Game
- Build a more robust AI
- Create difficulty levels for the AI
- Save user's wins and losses
- Allow two players to play online
- Fork it (https://github.com/MouhaDiouf/battleship)
- Create your feature branch (git checkout -b feature/[choose-a-name])
- Commit your changes (git commit -am 'What this commit will fix/add')
- Push to the branch (git push origin feature/[chosen name])
- Create a new Pull Request