# Battleship

**URL:** https://forum.makecode.com/t/battleship/5656
**Category:** Show & Tell
**Tags:** game
**Created:** [January 20, 2021, 4:48pm UTC](https://forum.makecode.com/t/battleship/5656 "2021-01-20T16:48:19Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![shiba-jp](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/shiba-jp/32/2879_2.png) [@shiba-jp](https://forum.makecode.com/u/shiba-jp)
#### Post date: [January 20, 2021, 4:48pm UTC](https://forum.makecode.com/t/battleship/5656/1 "2021-01-20T16:48:19Z")

</div>

My third game is Battleship.  
It is implemented in TypeScript.  
I had a hard time making the CPU attack stronger.

You can’t place your ship freely, but you can choose the placement pattern.

Please give it a try.

By the way, I am not good at English.  
If there are any messages in the game that need to be fixed, please let me know.

> **[Battleship](https://arcade.makecode.com/89556-86668-96943-37587)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![maxxkao](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/maxxkao/32/3108_2.png) [@maxxkao](https://forum.makecode.com/u/maxxkao)
#### Post date: [January 23, 2021, 5:00pm UTC](https://forum.makecode.com/t/battleship/5656/2 "2021-01-23T17:00:38Z")

</div>

Good game! I like it.👍

---

<div class="post-metadata">

### Author: ![shiba-jp](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/shiba-jp/32/2879_2.png) [@shiba-jp](https://forum.makecode.com/u/shiba-jp)
#### Post date: [January 24, 2021, 6:21am UTC](https://forum.makecode.com/t/battleship/5656/3 "2021-01-24T06:21:33Z")

</div>

Thanks for the comment, maxxkao!  
The latest version is available on Github at the following Link.

[https://shiba-jp.github.io/battleship/](https://shiba-jp.github.io/battleship/)

---

<div class="post-metadata">

### Author: ![shiba-jp](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/shiba-jp/32/2879_2.png) [@shiba-jp](https://forum.makecode.com/u/shiba-jp)
#### Post date: [January 30, 2021, 5:44pm UTC](https://forum.makecode.com/t/battleship/5656/4 "2021-01-30T17:44:03Z")

</div>

V1.0.5 is released with the following improvements  
When you change the position of your own fleet, the position of the enemy fleet is also changed.  
Changed enemy search strategy.  
Display the enemy fleet at the end of the game.

Seems to be at a good computer level where the player can’t always win.

> **[Battleship v1.0.5](https://arcade.makecode.com/69871-03404-44314-87144)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.
